Documentation
¶
Index ¶
- func Change(args []string) error
- func Del(args []string) error
- func Help()
- func InitIdentityService(repo IdentityRepo) error
- func List(args []string) error
- func New(args []string) error
- func Renew(args []string) error
- type IdentityRepo
- type IdentityService
- func (s *IdentityService) Change(domain, property, data string) error
- func (s *IdentityService) Delete(domain string) error
- func (s *IdentityService) GetList() map[string]string
- func (s *IdentityService) NewIdentity(domain string) error
- func (s *IdentityService) Renew(domain string) error
- func (s *IdentityService) ShowIdentity(domain string, verbose bool) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InitIdentityService ¶
func InitIdentityService(repo IdentityRepo) error
Types ¶
type IdentityRepo ¶
type IdentityService ¶
type IdentityService struct {
// contains filtered or unexported fields
}
var IdentityServiceI *IdentityService = nil
func (*IdentityService) Change ¶
func (s *IdentityService) Change(domain, property, data string) error
func (*IdentityService) Delete ¶
func (s *IdentityService) Delete(domain string) error
func (*IdentityService) GetList ¶
func (s *IdentityService) GetList() map[string]string
func (*IdentityService) NewIdentity ¶
func (s *IdentityService) NewIdentity(domain string) error
func (*IdentityService) Renew ¶
func (s *IdentityService) Renew(domain string) error
func (*IdentityService) ShowIdentity ¶
func (s *IdentityService) ShowIdentity(domain string, verbose bool) error
Click to show internal directories.
Click to hide internal directories.