Documentation
¶
Index ¶
- func GetEntry() entry.Entry
- type Service
- func (t *Service) Init()
- func (t *Service) Router(r gin.IRouter)
- func (t *Service) Version(ctx context.Context, in *hello.TestReq) (out *hello.TestApiOutput, err error)
- func (t *Service) Version1(ctx context.Context, req *structpb.Value) (*hello.TestApiOutput1, error)
- func (t *Service) VersionTest(ctx context.Context, in *hello.TestReq) (out *hello.TestApiOutput, err error)
- func (t *Service) VersionTestCustom(ctx context.Context, req *hello.TestReq) (*hello.TestApiOutput, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Service ¶
func (*Service) VersionTest ¶
func (*Service) VersionTestCustom ¶
Click to show internal directories.
Click to hide internal directories.