request

package
v0.0.0-...-562eb29 Latest Latest
Warning

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

Go to latest
Published: Feb 26, 2019 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 AccountLoginOptions

type AccountLoginOptions struct {
	Login    string `json:"login,omitempty"`
	Password string `json:"password,omitempty"`
}

func (*AccountLoginOptions) ToJson

func (o *AccountLoginOptions) ToJson() ([]byte, error)

type AccountRequest

type AccountRequest struct{}

func (AccountRequest) CreateOptions

func (AccountRequest) CreateOptions() *AccountLoginOptions

type IRequest

type IRequest interface {
	Account() *AccountRequest
}

type Request

type Request struct{}

func New

func New() *Request

func (Request) Account

func (Request) Account() *AccountRequest

Jump to

Keyboard shortcuts

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