permission

package
v0.0.0-alpha1 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Check

type Check struct {
	/**
	 * PathParams
	 */
	PathParams struct{}

	/**
	 * QueryParams
	 */
	QueryParams struct{}

	/**
	 * Body
	 */
	Body struct {
		User   string `json:"user" form:"user" xml:"user"`
		Action string `json:"action" form:"action" xml:"action"`
		Object string `json:"object" form:"object" xml:"object"`
		Depth  int    `json:"depth" form:"depth" xml:"depth"`
	}
}

Check -

func (Check) Validate

func (r Check) Validate() (err error)

Validate -

Jump to

Keyboard shortcuts

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