Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PullOutput ¶
type PullOutput struct {
}
type PullUseCase ¶
type PullUseCase interface {
Execute(ctx context.Context, params *PullInput) (*PullOutput, error)
}
func NewPullUseCase ¶
func NewPullUseCase(repo repository.Repository) PullUseCase
type PushOutput ¶
type PushOutput struct {
}
type PushUseCase ¶
type PushUseCase interface {
Execute(ctx context.Context, params *PushInput) (*PushOutput, error)
}
func NewPushUseCase ¶
func NewPushUseCase(repo repository.Repository) PushUseCase
Click to show internal directories.
Click to hide internal directories.