Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ProviderSet = wire.NewSet(NewGreetingServer)
Functions ¶
This section is empty.
Types ¶
type GreentingServer ¶
type GreentingServer struct {
// contains filtered or unexported fields
}
func NewGreetingServer ¶
func NewGreetingServer(endpoints *endpoint.Endpoints) *GreentingServer
func (*GreentingServer) GetGreetingList ¶
func (r *GreentingServer) GetGreetingList(ctx context.Context, in *protos.GetGreetingListParam) (out *protos.GetGreetingListReply, err error)
Click to show internal directories.
Click to hide internal directories.