Commit 7041d75c authored by Reficul's avatar Reficul Committed by Sander van Harmelen

fix projectNamespace struct (#278)

parent 9aad6bcb
......@@ -107,13 +107,11 @@ type Repository struct {
// ProjectNamespace represents a project namespace.
type ProjectNamespace struct {
CreatedAt *time.Time `json:"created_at"`
Description string `json:"description"`
ID int `json:"id"`
Name string `json:"name"`
OwnerID int `json:"owner_id"`
Path string `json:"path"`
UpdatedAt *time.Time `json:"updated_at"`
Kind string `json:"kind"`
FullPath string `json:"full_path"`
}
// StorageStatistics represents a statistics record for a group or project.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment