Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { //RepoCfg holds the configuration used for the repository. RepoCfg repository.Config `yaml:"database"` // CacheCfg holds the configuration used for the cache. CacheCfg cache.BackendConfig `yaml:"cache"` }
func (*Config) RegisterFlags ¶
type Server ¶
type Server interface { service.Backend bookstorepb.BookstoreServiceServer }
Server bookstore server
func NewBookstoreServer ¶
Click to show internal directories.
Click to hide internal directories.