Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Response ¶
type Response struct { ServiceName string Protocol models.Protocol ResponseType ResponseType Error error }
type ResponseType ¶
type ResponseType string
const ( Success ResponseType = "Success" Error = "Error" )
Click to show internal directories.
Click to hide internal directories.