Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewHandler ¶
func NewHandler(d resourceData, opts ...CreateOpt) (common.TokenChannelInterface, error)
NewHandler creates a new handler and returns the common.TokenChannelInterface interface Param resourceData can be *schema.ResourceData or any model which implements resourceData
Types ¶
type CreateOpt ¶
type CreateOpt func(h *Handler)
CreateOpt - function option definition
func WithIdentityAPI ¶
func WithIdentityAPI(i IdentityAPI) CreateOpt
WithIdentityAPI override the IdentityAPI in Handler
Click to show internal directories.
Click to hide internal directories.