Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type APIServer ¶
type APIServer struct { Server *gin.Engine StatusReady chan bool StatusKilled chan bool Graph *graph.Resolver ServerPort string AppName string }
APIServer is the structure that holds the infrastructure needed on the dependency injection phase.
type GraphHandler ¶
type GraphHandler struct {
// contains filtered or unexported fields
}
func NewGraphHandler ¶
func NewGraphHandler( server *APIServer, articleService services.IArticleService, categoryService services.ICategoryService, ) *GraphHandler
func (*GraphHandler) Init ¶
func (gh *GraphHandler) Init(appName string)
Click to show internal directories.
Click to hide internal directories.