Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EnrollResData ¶
type EnrollResData struct { base.BaseResModel Body *EnrollResDataBody `json:"body"` }
func (*EnrollResData) GetEncryptionValue ¶
func (f *EnrollResData) GetEncryptionValue() string
type EnrollResDataBody ¶
type EnrollResDataBody struct {
Cert string `json:"cert"`
}
type RegisterResData ¶
type RegisterResData struct { base.BaseResModel Body *RegisterResDataBody `json:"body"` }
func (*RegisterResData) GetEncryptionValue ¶
func (f *RegisterResData) GetEncryptionValue() string
type RegisterResDataBody ¶
Click to show internal directories.
Click to hide internal directories.