Documentation ¶
Overview ¶
Package handler defines the gRPC endpoint handlers for the Users service.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
MongoURL string `json:"mongourl"`
}
Config contains the configuration for an instance of the Users service handlers.
type Users ¶
type Users struct { *Config *micro.Service // contains filtered or unexported fields }
Users defines the Users service.
Click to show internal directories.
Click to hide internal directories.