Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewAmalgamationService ¶
Types ¶
type AmalgamationRequest ¶
type AmalgamationRequest struct {
SpawnError string `query:"error"`
}
func (AmalgamationRequest) Info ¶
func (a AmalgamationRequest) Info() request.HttpRouteInfo
type AmalgamationResponse ¶
type AmalgamationResponse struct {
Message string `json:"message"`
}
func (AmalgamationResponse) StatusCode ¶
func (a AmalgamationResponse) StatusCode() int
type AmalgamationService ¶
type AmalgamationService struct{}
func (AmalgamationService) Execute ¶
func (a AmalgamationService) Execute(_ context.Context, req interface{}) (interface{}, error)
func (AmalgamationService) ExpectedResponses ¶
func (a AmalgamationService) ExpectedResponses() service.MappedResponses
Click to show internal directories.
Click to hide internal directories.