MCPcopy Index your code
hub / github.com/go-dev-frame/sponge / userExample

Struct userExample

internal/service/userExample.go:33–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31var _ time.Time
32
33type userExample struct {
34 serverNameExampleV1.UnimplementedUserExampleServer
35
36 iDao dao.UserExampleDao
37}
38
39// NewUserExampleServer create a new service
40func NewUserExampleServer() serverNameExampleV1.UserExampleServer {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected