package
0.0.0-20191204095923-71505b4311bd
Repository: https://github.com/bullblock-io/teztracker.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Functions
NewGetSnapshots creates a new http.Handler for the get snapshots operation.
NewGetSnapshotsBadRequest creates GetSnapshotsBadRequest with default headers values.
NewGetSnapshotsNotFound creates GetSnapshotsNotFound with default headers values.
NewGetSnapshotsOK creates GetSnapshotsOK with default headers values.
NewGetSnapshotsParams creates a new GetSnapshotsParams object with the default values initialized.
NewTezTrackerAPI creates a new TezTracker instance.
# Constants
GetSnapshotsBadRequestCode is the HTTP code returned for type GetSnapshotsBadRequest.
GetSnapshotsNotFoundCode is the HTTP code returned for type GetSnapshotsNotFound.
GetSnapshotsOKCode is the HTTP code returned for type GetSnapshotsOK.
# Structs
GetSnapshots swagger:route GET /v2/data/{platform}/{network}/snapshots getSnapshots
GetSnapshots get snapshots API
*/.
GetSnapshotsBadRequest Bad request
swagger:response getSnapshotsBadRequest
*/.
GetSnapshotsNotFound Not Found
swagger:response getSnapshotsNotFound
*/.
GetSnapshotsOK Endpoint for snapshots
swagger:response getSnapshotsOK
*/.
GetSnapshotsParams contains all the bound params for the get snapshots operation typically these are obtained from a http.Request
swagger:parameters getSnapshots.
GetSnapshotsURL generates an URL for the get snapshots operation.
TezTrackerAPI the tez tracker API */.
# Interfaces
GetSnapshotsHandler interface for that can handle valid get snapshots params.
# Type aliases
GetSnapshotsHandlerFunc turns a function with the right signature into a get snapshots handler.