Remove unused PrototypeErrorResponse
This commit is contained in:
parent
d0dd0aca1a
commit
513e487ff8
@ -30,12 +30,7 @@ type ErrorResponse interface {
|
||||
Error() (out string)
|
||||
}
|
||||
|
||||
type PrototypeErrorResponse interface {
|
||||
ErrorResponse() (errRes ErrorResponse)
|
||||
}
|
||||
|
||||
type Prototype struct {
|
||||
PrototypeRequestBuilder
|
||||
PrototypeResponse
|
||||
PrototypeErrorResponse
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user