dao

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: May 18, 2021 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// Contestant is globally public accessible object for table contestant operations.
	Contestant = contestantDao{
		internal.Contestant,
	}
)
View Source
var (
	// Match is globally public accessible object for table match operations.
	Match = matchDao{
		internal.Match,
	}
)
View Source
var (
	// Rule is globally public accessible object for table rule operations.
	Rule = ruleDao{
		internal.Rule,
	}
)
View Source
var (
	// Score is globally public accessible object for table score operations.
	Score = scoreDao{
		internal.Score,
	}
)
View Source
var (
	// User is globally public accessible object for table user operations.
	User = userDao{
		internal.User,
	}
)

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