Remove unused PrototypeErrorResponse

This commit is contained in:
some 2024-10-08 19:21:31 -04:00
parent d0dd0aca1a
commit 513e487ff8
Signed by: some
GPG Key ID: 65D0589220B9BFC8

View File

@ -30,12 +30,7 @@ type ErrorResponse interface {
Error() (out string)
}
type PrototypeErrorResponse interface {
ErrorResponse() (errRes ErrorResponse)
}
type Prototype struct {
PrototypeRequestBuilder
PrototypeResponse
PrototypeErrorResponse
}