call

package
v0.9.0 Latest Latest
Warning

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

Go to latest
Published: Sep 30, 2020 License: GPL-3.0 Imports: 10 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AuthCalls

type AuthCalls struct {
}

func NewAuthCalls

func NewAuthCalls() *AuthCalls

func (*AuthCalls) Login

func (rest *AuthCalls) Login(request payloads.LoginRequest) (*payloads.TokenResponse, error)

func (*AuthCalls) Logout added in v0.8.0

func (rest *AuthCalls) Logout(accountId string, tokenId string) error

func (*AuthCalls) Register

func (rest *AuthCalls) Register(request payloads.RegisterRequest) (*payloads.TokenResponse, error)

type ContractCalls

type ContractCalls struct {
}

func NewContractCalls

func NewContractCalls() *ContractCalls

func (*ContractCalls) GetContracts

func (rest *ContractCalls) GetContracts(id string) ([]*model.Contract, error)

func (*ContractCalls) UploadContracts

func (rest *ContractCalls) UploadContracts(request payloads.UploadContractsRequest, projectSlug string) (*payloads.UploadContractsResponse, error)

func (*ContractCalls) VerifyContracts added in v0.4.0

type ExportCalls added in v0.6.0

type ExportCalls struct {
}

func NewExportCalls added in v0.6.0

func NewExportCalls() *ExportCalls

func (*ExportCalls) ExportTransaction added in v0.6.0

func (rest *ExportCalls) ExportTransaction(request payloads.ExportTransactionRequest, projectSlug string) (*payloads.ExportTransactionResponse, error)

type NetworkCalls added in v0.8.0

type NetworkCalls struct {
}

func NewNetworkCalls added in v0.8.0

func NewNetworkCalls() *NetworkCalls

func (*NetworkCalls) GetPublicNetworks added in v0.8.0

func (rest *NetworkCalls) GetPublicNetworks() (*payloads.NetworksResponse, error)

type ProjectCalls

type ProjectCalls struct {
}

func NewProjectCalls

func NewProjectCalls() *ProjectCalls

func (*ProjectCalls) CreateProject

func (rest *ProjectCalls) CreateProject(request payloads.ProjectRequest) (*payloads.ProjectResponse, error)

func (*ProjectCalls) GetProject

func (rest *ProjectCalls) GetProject(accountId, id string) (*model.Project, error)

func (*ProjectCalls) GetProjects

func (rest *ProjectCalls) GetProjects(accountId string) (*payloads.GetProjectsResponse, error)

type UserCalls

type UserCalls struct {
}

func NewUserCalls

func NewUserCalls() *UserCalls

func (*UserCalls) User

func (rest *UserCalls) User() (*model.User, error)

Jump to

Keyboard shortcuts

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