package
Version:
v0.1.1
Opens a new window with list of versions in this module.
Published: Nov 23, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Routes installs project management APIs to router.
type Project struct {
ID string `json:"id"`
Name string `json:"name"`
Slug string `json:"slug"`
CreatedAt time.Time `json:"created_at"`
UpdatedAt time.Time `json:"updated_at"`
Metadata map[string]interface{} `json:"metadata"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.