Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Domain ¶
type Domain struct {
// contains filtered or unexported fields
}
Domain defines the scoping for entitlements, ie Network
func (*Domain) AddEntitlementIDs ¶
AddEntitlementIDs adds entitlements by IDs to the given domain
func (*Domain) AddSubdomains ¶
AddSubdomains adds subdomains to the given domain
type DomainManager ¶
type DomainManager struct {
// contains filtered or unexported fields
}
DomainManager keeps a map of domains by name
func NewDomainManager ¶
func NewDomainManager() *DomainManager
NewDomainManager instantiates an empty Domainmanager
func (*DomainManager) AddFullDomainWithEntitlementID ¶
func (m *DomainManager) AddFullDomainWithEntitlementID(fulldomain []string, entitlementID string) error
AddFullDomainWithEntitlementID adds entitlements by IDs to a list of domains
Click to show internal directories.
Click to hide internal directories.