oathkeeper

package
v1.0.0-beta.6 Latest Latest
Warning

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

Go to latest
Published: Jul 11, 2018 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DefaultSDK

type DefaultSDK struct {
	*swagger.RuleApi
}

func NewSDK

func NewSDK(endpoint string) *DefaultSDK

type SDK

type SDK interface {
	CreateRule(body swagger.Rule) (*swagger.Rule, *swagger.APIResponse, error)
	DeleteRule(id string) (*swagger.APIResponse, error)
	GetRule(id string) (*swagger.Rule, *swagger.APIResponse, error)
	ListRules(limit, offset int64) ([]swagger.Rule, *swagger.APIResponse, error)
	UpdateRule(id string, body swagger.Rule) (*swagger.Rule, *swagger.APIResponse, error)
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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