Documentation ¶
Index ¶
- type InvalidArgumentError
- type KifuServiceError
- type Service
- func (s *Service) DeleteKifu(ctx context.Context, req *kifupb.DeleteKifuRequest) (*kifupb.DeleteKifuResponse, error)
- func (s *Service) GetKifu(ctx context.Context, req *kifupb.GetKifuRequest) (*kifupb.GetKifuResponse, error)
- func (s *Service) GetSamePositions(ctx context.Context, req *kifupb.GetSamePositionsRequest) (*kifupb.GetSamePositionsResponse, error)
- func (s *Service) PostKifu(ctx context.Context, req *kifupb.PostKifuRequest) (*kifupb.PostKifuResponse, error)
- func (s *Service) RecentKifu(ctx context.Context, req *kifupb.RecentKifuRequest) (*kifupb.RecentKifuResponse, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InvalidArgumentError ¶
type InvalidArgumentError struct {
// contains filtered or unexported fields
}
func (*InvalidArgumentError) Error ¶
func (e *InvalidArgumentError) Error() string
func (*InvalidArgumentError) Type ¶
func (e *InvalidArgumentError) Type() string
type KifuServiceError ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
func NewService ¶
func (*Service) DeleteKifu ¶
func (s *Service) DeleteKifu(ctx context.Context, req *kifupb.DeleteKifuRequest) (*kifupb.DeleteKifuResponse, error)
func (*Service) GetKifu ¶
func (s *Service) GetKifu(ctx context.Context, req *kifupb.GetKifuRequest) (*kifupb.GetKifuResponse, error)
func (*Service) GetSamePositions ¶
func (s *Service) GetSamePositions(ctx context.Context, req *kifupb.GetSamePositionsRequest) (*kifupb.GetSamePositionsResponse, error)
func (*Service) PostKifu ¶
func (s *Service) PostKifu( ctx context.Context, req *kifupb.PostKifuRequest, ) (*kifupb.PostKifuResponse, error)
func (*Service) RecentKifu ¶
func (s *Service) RecentKifu(ctx context.Context, req *kifupb.RecentKifuRequest) (*kifupb.RecentKifuResponse, error)
Click to show internal directories.
Click to hide internal directories.