Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CredentialIdentifier ¶
type CredentialIdentifier string
type CredentialMethod ¶
type CredentialMethod string
const ( CredentialMethodPhone CredentialMethod = "phone" CredentialMethodEmail CredentialMethod = "email" CredentialMethodOAuth CredentialMethod = "oauth" )
type Language ¶
type Language string
const ( LanguageEnglish Language = "en" LanguagePersian Language = "fa" LanguageDefault Language = LanguageEnglish )
func ToLanguage ¶
type ListOptions ¶
func QueryParamsToListOptions ¶
func QueryParamsToListOptions(queryParams map[string]string) *ListOptions
func (*ListOptions) DoPaginate ¶
func (p *ListOptions) DoPaginate() bool
func (*ListOptions) DoSearch ¶
func (p *ListOptions) DoSearch() bool
Click to show internal directories.
Click to hide internal directories.