Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DMV ¶
type DMV struct {
// contains filtered or unexported fields
}
DMV represents the DMV specific license provider
func NewProvider ¶
func NewProvider(modifiers ...ProviderModifierFn) *DMV
NewProvider constructs a new dmv provider
type ProviderModifierFn ¶
type ProviderModifierFn func(*DMV)
ProviderModifierFn modifies the provider.
func WithEndpoint ¶
func WithEndpoint(endpoint *url.URL) ProviderModifierFn
WithEndpoint sets endpoint for the license provider.
func WithOrgID ¶
func WithOrgID(orgID string) ProviderModifierFn
WithOrgID sets orgID for the license provider.
func WithProductID ¶
func WithProductID(productID string) ProviderModifierFn
WithProductID sets productID for the license provider.
Click to show internal directories.
Click to hide internal directories.