Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type IAppConfig ¶
type IAppConfig interface {
GetPort() uint
}
type Server ¶
type Server struct { AppConfig IAppConfig UserService services.IUserService MessageService services.IMessageService }
Click to show internal directories.
Click to hide internal directories.