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 HandlerPutProgram(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 GetProgramMetadataResponse
- type GetScAddressesResponse
- type ProgramMetadata
- type PutProgramRequest
- type PutProgramResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HandlerActivateSC ¶
func HandlerDeactivateSC ¶
func HandlerDumpSCState ¶
func HandlerGetSCData ¶
func HandlerGetSCList ¶
func HandlerPutProgram ¶ added in v0.0.2
----------------------------------------------------------
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 GetProgramMetadataResponse ¶
type GetProgramMetadataResponse struct {
ProgramMetadata
Error string `json:"err"`
}
type GetScAddressesResponse ¶
type ProgramMetadata ¶ added in v0.0.2
type PutProgramRequest ¶ added in v0.0.2
type PutProgramRequest struct {
ProgramMetadata
Code []byte `json:"code"`
}
type PutProgramResponse ¶ added in v0.0.2
Click to show internal directories.
Click to hide internal directories.