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