package
Version:
v0.2.0
Opens a new window with list of versions in this module.
Published: Dec 7, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Identity struct {
ID string `yaml:"id"`
Default bool `yaml:"default,omitempty"`
Path string `yaml:"path"`
CacheSize int `yaml:"cacheSize"`
Opts interface{} `yaml:"opts,omitempty"`
}
type InteractiveCertification struct {
IDs []string `yaml:"ids,omitempty"`
}
type TMS struct {
Network string `yaml:"network,omitempty"`
Channel string `yaml:"channel,omitempty"`
Namespace string `yaml:"namespace,omitempty"`
Driver string `yaml:"driver,omitempty"`
Certification *Certification `yaml:"certification,omitempty"`
Wallets *Wallets `yaml:"wallets,omitempty"`
}
type Wallets struct {
Certifiers []*Identity `yaml:"certifiers,omitempty"`
Owners []*Identity `yaml:"owners,omitempty"`
Issuers []*Identity `yaml:"issuers,omitempty"`
Auditors []*Identity `yaml:"auditors,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.