Documentation
¶
Index ¶
- type User
- func (c *User) Dependencies() []string
- func (c *User) Description() string
- func (c *User) Id() string
- func (c *User) Initialize(ctx context.Context, options *module.Options) error
- func (c *User) Name() string
- func (c *User) Start(ctx context.Context) error
- func (c *User) Stop(ctx context.Context) error
- func (c *User) Version() string
- type UserServiceServer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type User ¶
type User struct { }
func (*User) Dependencies ¶
Dependencies implements module.Module.
func (*User) Description ¶
Description implements module.Module.
func (*User) Initialize ¶
Initialize implements module.Module.
type UserServiceServer ¶
type UserServiceServer struct { pb.UnimplementedUserServer // contains filtered or unexported fields }
func NewUserServiceServer ¶
func NewUserServiceServer(log logger.Logger) *UserServiceServer
func (*UserServiceServer) Create ¶
func (s *UserServiceServer) Create(ctx context.Context, req *pb.CreateRequest) (*pb.CreateResponse, error)
func (*UserServiceServer) Read ¶
func (s *UserServiceServer) Read(ctx context.Context, req *pb.ReadRequest) (*pb.ReadResponse, error)
Click to show internal directories.
Click to hide internal directories.