Documentation ¶
Index ¶
- type StoresHandler
- func (h *StoresHandler) CreateEthereum(ctx context.Context, name string, allowedTenants []string, specs interface{}) error
- func (h *StoresHandler) CreateKey(ctx context.Context, name string, allowedTenants []string, specs interface{}) error
- func (h *StoresHandler) CreateSecret(ctx context.Context, name string, allowedTenants []string, specs interface{}) error
- func (h *StoresHandler) Register(ctx context.Context, mnfs []entities2.Manifest) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StoresHandler ¶
type StoresHandler struct {
// contains filtered or unexported fields
}
func NewStoresHandler ¶
func NewStoresHandler(storesService stores.Stores) *StoresHandler
func (*StoresHandler) CreateEthereum ¶
func (*StoresHandler) CreateSecret ¶
Click to show internal directories.
Click to hide internal directories.