deprecated-oc-search/models/access.go

8 lines
134 B
Go
Raw Normal View History

2023-08-26 22:04:56 +02:00
package models
type Access struct {
Name string `json:"name"`
Feature string `json:"feature"`
Rights string `json:"rights"`
}