data

package
v2.2.15+incompatible Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 19, 2018 License: Apache-2.0 Imports: 1 Imported by: 24

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL