package
0.0.3
Repository: https://github.com/tagenasec/go-queryset.git
Documentation: pkg.go.dev

# Packages

Code generated by go-queryset.

# Functions

NewBlogQuerySet constructs new BlogQuerySet.
NewBlogUpdater creates new Blog updater nolint: dupl.
NewCheckReservedKeywordsQuerySet constructs new CheckReservedKeywordsQuerySet.
NewCheckReservedKeywordsUpdater creates new CheckReservedKeywords updater nolint: dupl.
NewPostQuerySet constructs new PostQuerySet.
NewPostUpdater creates new Post updater nolint: dupl.
NewUserQuerySet constructs new UserQuerySet.
NewUserUpdater creates new User updater nolint: dupl.

# Variables

BlogDBSchema stores db field names of Blog.
CheckReservedKeywordsDBSchema stores db field names of CheckReservedKeywords.
PostDBSchema stores db field names of Post.
UserDBSchema stores db field names of User.

# Structs

Blog is a blog gen:qs.
BlogQuerySet is an queryset type for Blog.
BlogUpdater is an Blog updates manager.
CheckReservedKeywords is a struct for checking work of fields with reserved keywords names gen:qs.
CheckReservedKeywordsQuerySet is an queryset type for CheckReservedKeywords.
CheckReservedKeywordsUpdater is an CheckReservedKeywords updates manager.
Post
Post is an article gen:qs.
PostQuerySet is an queryset type for Post.
PostUpdater is an Post updates manager.
User is a usual user gen:qs.
UserQuerySet is an queryset type for User.
UserUpdater is an User updates manager.

# Type aliases

BlogDBSchemaField describes database schema field.
CheckReservedKeywordsDBSchemaField describes database schema field.
PostDBSchemaField describes database schema field.
UserDBSchemaField describes database schema field.