Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ProviderSet = wire.NewSet(NewMarketsService)
ProviderSet is service providers.
Functions ¶
This section is empty.
Types ¶
type MarketsService ¶
type MarketsService struct { v1.UnimplementedMarketsServer // contains filtered or unexported fields }
func NewMarketsService ¶
func NewMarketsService(biz biz.IBiz) *MarketsService
func (*MarketsService) TokenList ¶
func (s *MarketsService) TokenList(ctx context.Context, req *v1.TokenListRequest) (*v1.TokenListResponse, error)
Click to show internal directories.
Click to hide internal directories.