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 Service

type Service struct {
	Service string `form:"service" json:"service"`
}

func (*Service) Attributes

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

func (*Service) Authorize

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

func (*Service) Filters

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

func (*Service) Messages

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

func (*Service) PrepareForValidation

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

func (*Service) Rules

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

type UpdateConfig

type UpdateConfig struct {
	Service string `form:"service" json:"service"`
	Config  string `form:"config" json:"config"`
}

func (*UpdateConfig) Attributes

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

func (*UpdateConfig) Authorize

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

func (*UpdateConfig) Filters

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

func (*UpdateConfig) Messages

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

func (*UpdateConfig) PrepareForValidation

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

func (*UpdateConfig) Rules

func (r *UpdateConfig) 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