Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Input ¶
type Input interface { Validation }
Input defines the interfaces that input should implement.
type Operation ¶
type Operation struct { Config *config.Config Properties interface{} APIName string ServiceName string RequestMethod string RequestURI string StatusCodes []int }
Operation stores information of an operation.
type Validation ¶
type Validation interface {
Validate() error
}
Validation defines the validate interface.
Click to show internal directories.
Click to hide internal directories.