Documentation
¶
Index ¶
- func HandlerActivateSC(c echo.Context) error
- func HandlerDeactivateSC(c echo.Context) error
- func HandlerDumpSCState(c echo.Context) error
- func HandlerGetProgramMetadata(c echo.Context) error
- func HandlerGetSCData(c echo.Context) error
- func HandlerGetSCList(c echo.Context) error
- func HandlerPutProgramMetaData(c echo.Context) error
- func HandlerPutSCData(c echo.Context) error
- func HandlerShutdown(c echo.Context) error
- func InitLogger()
- type BootupDataJsonable
- type DumpSCStateResponse
- type GetBootupDataRequest
- type GetBootupDataResponse
- type GetProgramMetadataRequest
- type GetProgramMetadataResponse
- type GetScAddressesResponse
- type ProgramMetadataJsonable
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HandlerActivateSC ¶
func HandlerDeactivateSC ¶
func HandlerDumpSCState ¶
func HandlerGetSCData ¶
func HandlerGetSCList ¶
func HandlerPutProgramMetaData ¶
----------------------------------------------------------
func HandlerPutSCData ¶
func HandlerShutdown ¶
func InitLogger ¶
func InitLogger()
Types ¶
type BootupDataJsonable ¶
type DumpSCStateResponse ¶
type GetBootupDataRequest ¶
type GetBootupDataRequest struct {
Address string `json:"address"`
}
type GetBootupDataResponse ¶
type GetBootupDataResponse struct {
BootupDataJsonable
Exists bool `json:"exists"`
Error string `json:"err"`
}
type GetProgramMetadataRequest ¶
type GetProgramMetadataRequest struct {
ProgramHash string `json:"program_hash"`
}
type GetProgramMetadataResponse ¶
type GetProgramMetadataResponse struct {
ProgramMetadataJsonable
ExistsMetadata bool `json:"exists_metadata"`
ExistsCode bool `json:"exists_code"`
Error string `json:"err"`
}
type GetScAddressesResponse ¶
Click to show internal directories.
Click to hide internal directories.