Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UserInfo ¶
type UserInfo struct { Email string `json:"email"` Domain string `json:"domain"` CA string `json:"ca-url"` Fingerprint string `json:"fingerprint"` Root string `json:"root"` Redirect string `json:"redireredirect-urlct"` }
UserInfo will hold the local json config file json
func (*UserInfo) RetriveUserInfo ¶
RetriveUserInfo will read a ca response json file and provide their information
func (*UserInfo) WriteuserInfo ¶
WriteuserInfo will write the CA response as a file
Click to show internal directories.
Click to hide internal directories.