# README
wasmsdk
import "github.com/0chain/gosdk/wasmsdk"
Index
- func InvalidArg(argName string) error
- func RequiredArg(argName string) error
- type CheckStatusResult
- type DownloadCommandResponse
- type FileCommandResponse
func InvalidArg
func InvalidArg(argName string) error
func RequiredArg
func RequiredArg(argName string) error
type CheckStatusResult
type CheckStatusResult struct {
Status string `json:"status"`
Err error `json:"error"`
BlobberStatus []sdk.BlobberStatus `json:"blobberStatus"`
}
type DownloadCommandResponse
type DownloadCommandResponse struct {
CommandSuccess bool `json:"commandSuccess,omitempty"`
Error string `json:"error,omitempty"`
FileName string `json:"fileName,omitempty"`
Url string `json:"url,omitempty"`
}
type FileCommandResponse
type FileCommandResponse struct {
CommandSuccess bool `json:"commandSuccess,omitempty"`
Error string `json:"error,omitempty"`
}
Generated by gomarkdoc
# Structs
No description provided by the author
No description provided by the author
No description provided by the author