users

package
v1.7.5 Latest Latest
Warning

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

Go to latest
Published: Mar 4, 2024 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Auth

type Auth struct {
	Name     string `rest:"required"`
	Password string `rest:"required"`
}

func (*Auth) Execute

func (s *Auth) Execute(req rest.IRequestIn) rest.IRequestOut

func (*Auth) Validate

func (s *Auth) Validate(req rest.IRequestIn) rest.IRequestOut

type Register

type Register struct {
	Name     string `rest:"require"`
	Password string `rest:"require"`
}

func (*Register) Execute

func (s *Register) Execute(req rest.IRequestIn) rest.IRequestOut

func (*Register) Validate

func (s *Register) Validate(req rest.IRequestIn) rest.IRequestOut

type Tickers added in v1.5.0

type Tickers struct {
	TickerIDS []string
}

func (*Tickers) Execute added in v1.5.0

func (s *Tickers) Execute(req rest.IRequestIn) rest.IRequestOut

Jump to

Keyboard shortcuts

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