Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KeySignRequest ¶
type KeySignResponse ¶
type KeySignResponse struct { Success bool `json:"success"` Message any `json:"message"` SignedKey string `json:"signedKey"` NotBefore uint64 `json:"notBefore"` NotAfter uint64 `json:"notAfter"` }
func NewKeySignResponse ¶
func NewKeySignResponse(success bool, message any) *KeySignResponse
Click to show internal directories.
Click to hide internal directories.