requests

package
v0.0.0-...-724610a Latest Latest
Warning

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

Go to latest
Published: Jul 12, 2024 License: AGPL-3.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 Login

type Login struct {
	Username string `json:"username" form:"username"`
	Password string `json:"password" form:"password"`
}

func (*Login) Attributes

func (r *Login) Attributes(ctx http.Context) map[string]string

func (*Login) Authorize

func (r *Login) Authorize(ctx http.Context) error

func (*Login) Filters

func (r *Login) Filters(ctx http.Context) map[string]string

func (*Login) Messages

func (r *Login) Messages(ctx http.Context) map[string]string

func (*Login) PrepareForValidation

func (r *Login) PrepareForValidation(ctx http.Context, data validation.Data) error

func (*Login) Rules

func (r *Login) Rules(ctx http.Context) map[string]string

Jump to

Keyboard shortcuts

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