Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppInfoResData ¶
type AppInfoResData struct { base.BaseResModel Body AppInfoResDataBody `json:"body"` }
func (*AppInfoResData) GetEncryptionValue ¶
func (f *AppInfoResData) GetEncryptionValue() string
type AppInfoResDataBody ¶
type AppInfoResDataBody struct { AppName string `json:"appName"` AppType string `json:"appType"` CaType int `json:"caType"` AlgorithmType int `json:"algorithmType"` MspId string `json:"mspId"` //groupId in FISCO BCOS Dapp ChannelId string `json:"channelId"` Version string `json:"version"` FabricVersion string `json:"fabricVersion,omitempty"` }
Click to show internal directories.
Click to hide internal directories.