Documentation
¶
Index ¶
- Constants
- func BuildQSCKey(qscName string) []byte
- func BuildQSCKeyPrefix() []byte
- type Mapper
- func (mapper *Mapper) Copy() mapper.IMapper
- func (mapper *Mapper) Exists(qscName string) bool
- func (mapper *Mapper) GetQSCRootCA() crypto.PubKey
- func (mapper *Mapper) GetQSCs() []types.Info
- func (mapper *Mapper) GetQsc(qscName string) (qscinfo *types.Info)
- func (mapper *Mapper) SaveQsc(qscInfo *types.Info)
- func (mapper *Mapper) SetQSCRootCA(pubKey crypto.PubKey)
Constants ¶
View Source
const ( MapperName = "qsc" Key = "qsc/[%s]" RootCAKey = "rootca" )
Variables ¶
This section is empty.
Functions ¶
func BuildQSCKey ¶
func BuildQSCKeyPrefix ¶
func BuildQSCKeyPrefix() []byte
Types ¶
type Mapper ¶
type Mapper struct {
*mapper.BaseMapper
}
Click to show internal directories.
Click to hide internal directories.