Documentation ¶
Index ¶
- func GetIcfClassifyReply(item *systemModels.ICFClassify) *pb.GetIcfClassifyReply
- type IcfService
- func (s *IcfService) CreateicfClassifyScaleKeywordBind(ctx context.Context, req *pb.CreateicfClassifyScaleKeywordBindRequest) (*api.Success, error)
- func (s *IcfService) GetIcfClassify(ctx context.Context, req *pb.GetIcfClassifyRequest) (*pb.GetIcfClassifyReply, error)
- func (s *IcfService) ListIcfClassify(ctx context.Context, req *pb.ListIcfClassifyRequest) (*pb.ListIcfClassifyReply, error)
- func (s *IcfService) ListIcfClassifyScaleKeywordBind(ctx context.Context, req *pb.ListIcfClassifyScaleKeywordBindRequest) (*pb.ListIcfClassifyScaleKeywordBindReply, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetIcfClassifyReply ¶
func GetIcfClassifyReply(item *systemModels.ICFClassify) *pb.GetIcfClassifyReply
Types ¶
type IcfService ¶
type IcfService struct { pb.UnimplementedIcfServer // contains filtered or unexported fields }
func NewIcfService ¶
func NewIcfService(system *system.System) *IcfService
func (*IcfService) CreateicfClassifyScaleKeywordBind ¶
func (s *IcfService) CreateicfClassifyScaleKeywordBind(ctx context.Context, req *pb.CreateicfClassifyScaleKeywordBindRequest) (*api.Success, error)
func (*IcfService) GetIcfClassify ¶
func (s *IcfService) GetIcfClassify(ctx context.Context, req *pb.GetIcfClassifyRequest) (*pb.GetIcfClassifyReply, error)
func (*IcfService) ListIcfClassify ¶
func (s *IcfService) ListIcfClassify(ctx context.Context, req *pb.ListIcfClassifyRequest) (*pb.ListIcfClassifyReply, error)
func (*IcfService) ListIcfClassifyScaleKeywordBind ¶
func (s *IcfService) ListIcfClassifyScaleKeywordBind(ctx context.Context, req *pb.ListIcfClassifyScaleKeywordBindRequest) (*pb.ListIcfClassifyScaleKeywordBindReply, error)
Click to show internal directories.
Click to hide internal directories.