refactor: déplacer fichiers go source vers pkg/ et cmd/
Déplacer public/ et templates/ vers ui/ et ui/public/ Bump projet à v3, API toujours v1
This commit is contained in:
parent
e46033d4a9
commit
7d4a747774
107 changed files with 68 additions and 107 deletions
7
pkg/agecemorg/entity.go
Normal file
7
pkg/agecemorg/entity.go
Normal file
|
@ -0,0 +1,7 @@
|
|||
package agecemorg
|
||||
|
||||
type Bucket struct {
|
||||
Name string
|
||||
DisplayName string
|
||||
Documents []string
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue