Documentation
¶
Index ¶
- func ActivityStream(c *gin.Context)
- func AddOrganization(c *gin.Context)
- func GetAdmins(c *gin.Context)
- func GetCredentials(c *gin.Context)
- func GetInventories(c *gin.Context)
- func GetOrganization(c *gin.Context)
- func GetOrganizations(c *gin.Context)
- func GetProjects(c *gin.Context)
- func GetTeams(c *gin.Context)
- func GetUsers(c *gin.Context)
- func Middleware(c *gin.Context)
- func RemoveOrganization(c *gin.Context)
- func UpdateOrganization(c *gin.Context)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetCredentials ¶
func GetInventories ¶
func GetOrganization ¶
GetProject returns the project as a JSON object
func GetOrganizations ¶
GetOrganizations returns a JSON array of projects
func GetProjects ¶
func Middleware ¶
OrganizationMiddleware takes project_id parameter from gin.Context and fetches project data from the database it set project data under key project in gin.Context
func RemoveOrganization ¶
RemoveOrganization will remove the Project from the db.ORGANIZATIONS collection
func UpdateOrganization ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.