Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateRealmRepository ¶
type CreateRealmRepository interface {
Create(ctx context.Context, input CreateRealmRepositoryInput) error
}
type CreateUserRepository ¶
type CreateUserRepository interface {
Create(ctx context.Context, input CreateUserRepositoryInput) error
}
type RealmRepository ¶
type RealmRepository interface { CreateRealmRepository }
type UserRepository ¶
type UserRepository interface { CreateUserRepository }
Click to show internal directories.
Click to hide internal directories.