internal

package
v0.0.0-...-4b04f26 Latest Latest
Warning

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

Go to latest
Published: Jan 3, 2019 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

View Source
const (
	CreatePolicies = "PostPolicies"
	DeletePolicies = "DeletePolicies"
	ListPolicies   = "ListPolicies"
)

Variables

View Source
var Routes = rata.Routes{
	{Path: "/policies", Method: http.MethodPost, Name: CreatePolicies},
	{Path: "/policies/delete", Method: http.MethodPost, Name: DeletePolicies},
	{Path: "/policies", Method: http.MethodGet, Name: ListPolicies},
}

Routes is a list of routes used by the rata library to construct request URLs.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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