deprecated-oc-search/models/access.go
2023-08-26 22:04:56 +02:00

8 lines
134 B
Go

package models
type Access struct {
Name string `json:"name"`
Feature string `json:"feature"`
Rights string `json:"rights"`
}