Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Registration ¶
type Registration struct { Key *privatekey.PrivateKey `json:"privateKey"` Status string `json:"status"` Contact []string `json:"contact"` URI string `json:"uri"` OrdersURL string `json:"ordersURL"` }
type RegistrationCrypt ¶
type RegistrationCrypt Registration
func (*RegistrationCrypt) MarshalJSON ¶
func (rc *RegistrationCrypt) MarshalJSON() ([]byte, error)
func (*RegistrationCrypt) UnmarshalJSON ¶
func (rc *RegistrationCrypt) UnmarshalJSON(b []byte) error
Click to show internal directories.
Click to hide internal directories.