Documentation
¶
Index ¶
- func Example200Response() *framework.Response
- func Example200ResponseSignature() *framework.Response
- func Example200ZksResponse() *framework.Response
- func Example400Response() framework.Response
- func Example404Response() framework.Response
- func Example500Response() framework.Response
- func ExampleETHAccount() *entities.ETHAccount
- func ExampleZksAccount() *entities.ZksAccount
- func FakeETHAccount() *entities.ETHAccount
- func FakeZksAccount() *entities.ZksAccount
- func GenerateRandomSeed(n int) []byte
- type Storage
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Example200Response ¶
func Example200ZksResponse ¶
func Example400Response ¶
func Example404Response ¶
func Example500Response ¶
func ExampleETHAccount ¶
func ExampleETHAccount() *entities.ETHAccount
func ExampleZksAccount ¶
func ExampleZksAccount() *entities.ZksAccount
func FakeETHAccount ¶
func FakeETHAccount() *entities.ETHAccount
func FakeZksAccount ¶
func FakeZksAccount() *entities.ZksAccount
func GenerateRandomSeed ¶
Types ¶
type Storage ¶
type Storage interface {
List(context.Context, string) ([]string, error)
Get(context.Context, string) (*logical.StorageEntry, error)
Put(context.Context, *logical.StorageEntry) error
Delete(context.Context, string) error
}
Storage is the way that logical backends are able read/write data.
Click to show internal directories.
Click to hide internal directories.