outbound

package
v0.0.0-...-d7e6830 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 28, 2024 License: MIT Imports: 2 Imported by: 0

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 CreateRealmRepositoryInput

type CreateRealmRepositoryInput struct {
	Realm domain.Realm
}

type CreateUserRepository

type CreateUserRepository interface {
	Create(ctx context.Context, input CreateUserRepositoryInput) error
}

type CreateUserRepositoryInput

type CreateUserRepositoryInput struct {
	User domain.User
}

type RealmRepository

type RealmRepository interface {
	CreateRealmRepository
}

type UserRepository

type UserRepository interface {
	CreateUserRepository
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL