Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Query ¶
type Query struct {
databaseModel.Query
// NamePrefix is a prefix of the User.metadata.name that is used to filter the list of the User.
// NamePrefix can be empty in case you want to return the full list of User available.
NamePrefix string `query:"name"`
}
type Service ¶
type Service interface {
apiInterface.Service
}
Click to show internal directories.
Click to hide internal directories.