Documentation ¶
Overview ¶
Package primitive provides a primitive function in the application.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OrgQuotaCount ¶
type OrgQuotaCount interface {
OrgQuotaCount() int
}
OrgQuotaCount is an interface that represents an OrgQuotaCount.
func CreateOrgQuotaCountount ¶
func CreateOrgQuotaCountount(v int) OrgQuotaCount
CreateOrgQuotaCountount is usually called internally, such as repository.
func NewOrgQuotaCount ¶
func NewOrgQuotaCount(v int) (OrgQuotaCount, error)
NewOrgQuotaCount creates a new OrgQuotaCount with the given number.
Click to show internal directories.
Click to hide internal directories.