Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CmcRepo ¶
type CmcRepo interface { Register(ctx context.Context) error GetCmcListBySymbol(ctx context.Context, trID string, symbol *model.GetBySymbolHTTPRequest) ([]*model.Cmc, error) GetCmcList(ctx context.Context, trID string) ([]*model.Cmc, error) GetCmcByOrder(ctx context.Context) (uint, error) }
CmcRepo ...
type TBackRepo ¶
type TBackRepo interface {
GetLogEvents(ctx context.Context, trID string) ([]*cloudwatchlogs.OutputLogEvent, error)
}
TBackRepo ...
Click to show internal directories.
Click to hide internal directories.