Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct { AzureClient azure.ClientInterface // contains filtered or unexported fields }
Client ...
type ClientInterface ¶
type ClientInterface interface {
GetUser(ctx context.Context, username, objectID string) (models.User, error)
}
ClientInterface ...
func NewUserClient ¶
func NewUserClient(cfg *config.Config, azureClient azure.ClientInterface) ClientInterface
NewUserClient ...
Click to show internal directories.
Click to hide internal directories.