Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AccountInputPort ¶
type AccountInputPort interface { List(ctx context.Context) ([]*entity.Account, error) Find(ctx context.Context, id string) (*entity.Account, error) Store(ctx context.Context, in *AccountStoreInput) (*entity.Account, error) Delete(ctx context.Context, id string) (int, error) }
func NewAccountInteractor ¶
func NewAccountInteractor(ar entity.AccountRepository) AccountInputPort
type AccountStoreInput ¶
Click to show internal directories.
Click to hide internal directories.