agecem-org/entity.go

7 lines
99 B
Go

package main
type Bucket struct {
Name string
DisplayName string
Documents []string
}