Documentation
¶
Index ¶
Constants ¶
View Source
const ( // Noun is a noun placeholder. Noun = 1 // Verb is a verb placeholder. Verb = 2 // Adjective is an adjective placeholder. Adjective = 3 // Adverb is an adverb placeholder. Adverb = 4 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
Service provides all actions with the database.
Click to show internal directories.
Click to hide internal directories.