Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Resource ¶
type Resource struct {
BaseEntity
Id string
// Owner/Creator of this resource
UserId string
// Visibility status
Visibility string // "public" | "private" | "limited";
// Who can see this score
VisibleTo []string
Version string
}
func (*Resource) IsVisibleTo ¶
Click to show internal directories.
Click to hide internal directories.