Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConvertInputStatus ¶
func ConvertInputStatus(cInputStatus cModel.CompletionStatus) model.InputCompletionStatus
Types ¶
type Convert ¶
type Convert struct {
// contains filtered or unexported fields
}
func NewConvert ¶
func NewConvert(inputRepository *repository.InputRepository) *Convert
type InputService ¶
type InputService struct {
AppRepository repository.AppRepositoryInterface
InputRepository repository.InputRepositoryInterface
EpochRepository repository.EpochRepositoryInterface
}
func NewInputService ¶
func NewInputService(inputRepository repository.InputRepositoryInterface, epochRepository repository.EpochRepositoryInterface, appRepository repository.AppRepositoryInterface) *InputService
func (*InputService) CreateInput ¶
func (*InputService) CreateInputWithAddress ¶
Click to show internal directories.
Click to hide internal directories.