Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CookieCutterService ¶
type CookieCutterService struct {
go_cookiecutterv1.UnimplementedCookieCutterServiceServer
}
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
func New ¶
func New(cfg *ServerConfig, deps *ServerDependencies) *Server
type ServerConfig ¶
type ServerDependencies ¶
type ServerDependencies struct { Logger zerolog.Logger CookieCutterService *CookieCutterService }
Click to show internal directories.
Click to hide internal directories.