Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthConfig ¶
type Repository ¶
type Repository interface { CreateConfig(config AuthConfig) error GetConfig(key string) (*AuthConfig, error) UpdateConfig(ctx context.Context, key string, value interface{}) error }
func NewAuthConfigRepo ¶
func NewAuthConfigRepo(collection *mongo.Collection) Repository
NewAuthConfigRepo creates a new instance of this repository
Click to show internal directories.
Click to hide internal directories.