Documentation ¶
Index ¶
- Variables
- type Bolt
- func (b *Bolt) Add(root string, key string, data map[string]interface{}) error
- func (b *Bolt) AddJson(root string, key string, json []byte) error
- func (b *Bolt) DelByKey(root string, key string) error
- func (b *Bolt) View(root string) ([]interface{}, error)
- func (b *Bolt) ViewByKey(root string, key string) (interface{}, error)
- type Consortium
- type MSP
- type Organization
- type PEM
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ConsortiumBucket = "consortium" OrganizationBucket = "organization" )
Functions ¶
This section is empty.
Types ¶
type Consortium ¶
type Organization ¶
Click to show internal directories.
Click to hide internal directories.