Documentation ¶
Index ¶
Constants ¶
View Source
const ( ServerAdressGRPC = ":6000" ServerAdressHTTP = ":5000" SwaggerDir = "./swagger" GRPCTimeoutConnection = 5 * time.Second )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Services ¶
type Services struct { User api.UserServer Forum api.ForumServer Thread api.ThreadServer Post api.PostServer Admin api.AdminServer }
Click to show internal directories.
Click to hide internal directories.