enum

package
v0.0.0-...-08f7c2a Latest Latest
Warning

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

Go to latest
Published: Apr 13, 2024 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MemoSortKey

type MemoSortKey string
const (
	MemoSortKeyUnspecified MemoSortKey = ""
	MemoSortKeyCreateTime  MemoSortKey = "createTime"
	MemoSortKeyUpdateTime  MemoSortKey = "updateTime"
)

func (MemoSortKey) GetOrDefault

func (k MemoSortKey) GetOrDefault() MemoSortKey

type SortOrder

type SortOrder string
const (
	SortOrderUnspecified SortOrder = ""
	SortOrderAsc         SortOrder = "asc"
	SortOrderDesc        SortOrder = "desc"
)

func (SortOrder) GetOrDefault

func (o SortOrder) GetOrDefault() SortOrder

type UserType

type UserType string
const (
	UserTypeClient   UserType = "client"
	UserTypeOperator UserType = "operator"
)

func (UserType) Values

func (UserType) Values() []string

Jump to

Keyboard shortcuts

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