dao

package
v0.0.0-...-b8a661c Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 26, 2024 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// Admin is globally public accessible object for table admin operations.
	Admin = adminDao{
		internal.NewAdminDao(),
	}
)
View Source
var (
	// Article is globally public accessible object for table article operations.
	Article = articleDao{
		internal.NewArticleDao(),
	}
)
View Source
var (
	// ArticleGrp is globally public accessible object for table article_grp operations.
	ArticleGrp = articleGrpDao{
		internal.NewArticleGrpDao(),
	}
)
View Source
var (
	// Link is globally public accessible object for table link operations.
	Link = linkDao{
		internal.NewLinkDao(),
	}
)
View Source
var (
	// Reading is globally public accessible object for table reading operations.
	Reading = readingDao{
		internal.NewReadingDao(),
	}
)
View Source
var (
	// Reply is globally public accessible object for table reply operations.
	Reply = replyDao{
		internal.NewReplyDao(),
	}
)
View Source
var (
	// Saying is globally public accessible object for table saying operations.
	Saying = sayingDao{
		internal.NewSayingDao(),
	}
)

Functions

This section is empty.

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL