Documentation ¶
Index ¶
- func NewV1() link.ILinkV1
- type ControllerV1
- func (c *ControllerV1) LinkCre(ctx context.Context, req *v1.LinkCreReq) (res *v1.LinkCreRes, err error)
- func (c *ControllerV1) LinkDel(ctx context.Context, req *v1.LinkDelReq) (res *v1.LinkDelRes, err error)
- func (c *ControllerV1) LinkList(ctx context.Context, req *v1.LinkListReq) (res *v1.LinkListRes, err error)
- func (c *ControllerV1) LinkUpd(ctx context.Context, req *v1.LinkUpdReq) (res *v1.LinkUpdRes, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ControllerV1 ¶
type ControllerV1 struct{}
func (*ControllerV1) LinkCre ¶
func (c *ControllerV1) LinkCre(ctx context.Context, req *v1.LinkCreReq) (res *v1.LinkCreRes, err error)
func (*ControllerV1) LinkDel ¶
func (c *ControllerV1) LinkDel(ctx context.Context, req *v1.LinkDelReq) (res *v1.LinkDelRes, err error)
func (*ControllerV1) LinkList ¶
func (c *ControllerV1) LinkList(ctx context.Context, req *v1.LinkListReq) (res *v1.LinkListRes, err error)
func (*ControllerV1) LinkUpd ¶
func (c *ControllerV1) LinkUpd(ctx context.Context, req *v1.LinkUpdReq) (res *v1.LinkUpdRes, err error)
Click to show internal directories.
Click to hide internal directories.