package
0.0.0-20191204095923-71505b4311bd
Repository: https://github.com/bullblock-io/teztracker.git
Documentation: pkg.go.dev
# Functions
NewGetAccount creates a new http.Handler for the get account operation.
NewGetAccountBadRequest creates GetAccountBadRequest with default headers values.
NewGetAccountDelegators creates a new http.Handler for the get account delegators operation.
NewGetAccountDelegatorsBadRequest creates GetAccountDelegatorsBadRequest with default headers values.
NewGetAccountDelegatorsInternalServerError creates GetAccountDelegatorsInternalServerError with default headers values.
NewGetAccountDelegatorsOK creates GetAccountDelegatorsOK with default headers values.
NewGetAccountDelegatorsParams creates a new GetAccountDelegatorsParams object with the default values initialized.
NewGetAccountInternalServerError creates GetAccountInternalServerError with default headers values.
NewGetAccountNotFound creates GetAccountNotFound with default headers values.
NewGetAccountOK creates GetAccountOK with default headers values.
NewGetAccountParams creates a new GetAccountParams object no default values defined in spec.
NewGetAccountsList creates a new http.Handler for the get accounts list operation.
NewGetAccountsListBadRequest creates GetAccountsListBadRequest with default headers values.
NewGetAccountsListNotFound creates GetAccountsListNotFound with default headers values.
NewGetAccountsListOK creates GetAccountsListOK with default headers values.
NewGetAccountsListParams creates a new GetAccountsListParams object with the default values initialized.
NewGetBakersList creates a new http.Handler for the get bakers list operation.
NewGetBakersListBadRequest creates GetBakersListBadRequest with default headers values.
NewGetBakersListNotFound creates GetBakersListNotFound with default headers values.
NewGetBakersListOK creates GetBakersListOK with default headers values.
NewGetBakersListParams creates a new GetBakersListParams object with the default values initialized.
NewGetContractsList creates a new http.Handler for the get contracts list operation.
NewGetContractsListBadRequest creates GetContractsListBadRequest with default headers values.
NewGetContractsListNotFound creates GetContractsListNotFound with default headers values.
NewGetContractsListOK creates GetContractsListOK with default headers values.
NewGetContractsListParams creates a new GetContractsListParams object with the default values initialized.
# Constants
GetAccountBadRequestCode is the HTTP code returned for type GetAccountBadRequest.
GetAccountDelegatorsBadRequestCode is the HTTP code returned for type GetAccountDelegatorsBadRequest.
GetAccountDelegatorsInternalServerErrorCode is the HTTP code returned for type GetAccountDelegatorsInternalServerError.
GetAccountDelegatorsOKCode is the HTTP code returned for type GetAccountDelegatorsOK.
GetAccountInternalServerErrorCode is the HTTP code returned for type GetAccountInternalServerError.
GetAccountNotFoundCode is the HTTP code returned for type GetAccountNotFound.
GetAccountOKCode is the HTTP code returned for type GetAccountOK.
GetAccountsListBadRequestCode is the HTTP code returned for type GetAccountsListBadRequest.
GetAccountsListNotFoundCode is the HTTP code returned for type GetAccountsListNotFound.
GetAccountsListOKCode is the HTTP code returned for type GetAccountsListOK.
GetBakersListBadRequestCode is the HTTP code returned for type GetBakersListBadRequest.
GetBakersListNotFoundCode is the HTTP code returned for type GetBakersListNotFound.
GetBakersListOKCode is the HTTP code returned for type GetBakersListOK.
GetContractsListBadRequestCode is the HTTP code returned for type GetContractsListBadRequest.
GetContractsListNotFoundCode is the HTTP code returned for type GetContractsListNotFound.
GetContractsListOKCode is the HTTP code returned for type GetContractsListOK.
# Structs
GetAccount swagger:route GET /v2/data/{platform}/{network}/accounts/{accountId} Accounts getAccount
GetAccount get account API
*/.
GetAccountBadRequest Bad request
swagger:response getAccountBadRequest
*/.
GetAccountDelegators swagger:route GET /v2/data/{platform}/{network}/accounts/{accountId}/delegators Accounts getAccountDelegators
GetAccountDelegators get account delegators API
*/.
GetAccountDelegatorsBadRequest Bad request
swagger:response getAccountDelegatorsBadRequest
*/.
GetAccountDelegatorsInternalServerError Internal error
swagger:response getAccountDelegatorsInternalServerError
*/.
GetAccountDelegatorsOK Endpoint for account delegators
swagger:response getAccountDelegatorsOK
*/.
GetAccountDelegatorsParams contains all the bound params for the get account delegators operation typically these are obtained from a http.Request
swagger:parameters getAccountDelegators.
GetAccountDelegatorsURL generates an URL for the get account delegators operation.
GetAccountInternalServerError Internal error
swagger:response getAccountInternalServerError
*/.
GetAccountNotFound Not Found
swagger:response getAccountNotFound
*/.
GetAccountOK Query compatibility endpoint for account
swagger:response getAccountOK
*/.
GetAccountParams contains all the bound params for the get account operation typically these are obtained from a http.Request
swagger:parameters getAccount.
GetAccountsList swagger:route GET /v2/data/{platform}/{network}/accounts Accounts getAccountsList
GetAccountsList get accounts list API
*/.
GetAccountsListBadRequest Bad request
swagger:response getAccountsListBadRequest
*/.
GetAccountsListNotFound Not Found
swagger:response getAccountsListNotFound
*/.
GetAccountsListOK Query compatibility endpoint for accounts
swagger:response getAccountsListOK
*/.
GetAccountsListParams contains all the bound params for the get accounts list operation typically these are obtained from a http.Request
swagger:parameters getAccountsList.
GetAccountsListURL generates an URL for the get accounts list operation.
GetAccountURL generates an URL for the get account operation.
GetBakersList swagger:route GET /v2/data/{platform}/{network}/bakers Accounts getBakersList
GetBakersList get bakers list API
*/.
GetBakersListBadRequest Bad request
swagger:response getBakersListBadRequest
*/.
GetBakersListNotFound Not Found
swagger:response getBakersListNotFound
*/.
GetBakersListOK Query Endpoint for getting list of baker accounts ordered by staking balance.
GetBakersListParams contains all the bound params for the get bakers list operation typically these are obtained from a http.Request
swagger:parameters getBakersList.
GetBakersListURL generates an URL for the get bakers list operation.
GetContractsList swagger:route GET /v2/data/{platform}/{network}/contracts Accounts getContractsList
GetContractsList get contracts list API
*/.
GetContractsListBadRequest Bad request
swagger:response getContractsListBadRequest
*/.
GetContractsListNotFound Not Found
swagger:response getContractsListNotFound
*/.
GetContractsListOK Query compatibility endpoint for contract accounts
swagger:response getContractsListOK
*/.
GetContractsListParams contains all the bound params for the get contracts list operation typically these are obtained from a http.Request
swagger:parameters getContractsList.
GetContractsListURL generates an URL for the get contracts list operation.
# Interfaces
GetAccountDelegatorsHandler interface for that can handle valid get account delegators params.
GetAccountHandler interface for that can handle valid get account params.
GetAccountsListHandler interface for that can handle valid get accounts list params.
GetBakersListHandler interface for that can handle valid get bakers list params.
GetContractsListHandler interface for that can handle valid get contracts list params.
# Type aliases
GetAccountDelegatorsHandlerFunc turns a function with the right signature into a get account delegators handler.
GetAccountHandlerFunc turns a function with the right signature into a get account handler.
GetAccountsListHandlerFunc turns a function with the right signature into a get accounts list handler.
GetBakersListHandlerFunc turns a function with the right signature into a get bakers list handler.
GetContractsListHandlerFunc turns a function with the right signature into a get contracts list handler.