Documentation ¶
Index ¶
- type Finder
- func (c *Finder) FindPossibleChance(ctx context.Context, req *wrapperspb.StringValue) (*pb.Chances, error)
- func (c *Finder) ReportDaily(ctx context.Context, req *wrapperspb.StringValue) (*pb.MarketStatus, error)
- func (c *Finder) ReportWeekly(ctx context.Context, req *wrapperspb.StringValue) (*pb.MarketStatus, error)
- func (c *Finder) Service() func(*grpc.Server)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Finder ¶
type Finder struct {
pb.UnimplementedFinderServer
}
func (*Finder) FindPossibleChance ¶
func (c *Finder) FindPossibleChance(ctx context.Context, req *wrapperspb.StringValue) (*pb.Chances, error)
func (*Finder) ReportDaily ¶
func (c *Finder) ReportDaily(ctx context.Context, req *wrapperspb.StringValue) (*pb.MarketStatus, error)
func (*Finder) ReportWeekly ¶
func (c *Finder) ReportWeekly(ctx context.Context, req *wrapperspb.StringValue) (*pb.MarketStatus, error)
Click to show internal directories.
Click to hide internal directories.