Versions in this module Expand all Collapse all v0 v0.1.6 Nov 14, 2021 Changes in this version + func GetEntry() entry.Entry + type Service struct + Cfg config.Config + Db *db2.Client + 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)