Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AmazonAPIGateway ¶
type AmazonAPIGateway struct {
// contains filtered or unexported fields
}
AmazonAPIGateway represents Amazon API Gateway implements Backend
func NewAmazonAPIGateway ¶
func NewAmazonAPIGateway(region string) (*AmazonAPIGateway, error)
NewAmazonAPIGateway creates new AmazonAPIGateway object
func (*AmazonAPIGateway) ListEndpoints ¶
func (g *AmazonAPIGateway) ListEndpoints(apiName string) ([]*model.Endpoint, error)
ListEndpoints returns the list of registered API endpoints
Click to show internal directories.
Click to hide internal directories.