test

package
v1.34.0 Latest Latest
Warning

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

Go to latest
Published: Feb 23, 2026 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type User

type User struct {
	mixin.Model
	mixin.AccessTokens

	Email string
	Name  string

	Friends []string
}

func (*User) Defaults

func (u *User) Defaults()

func (*User) Document

func (u *User) Document() mixin.Document

func (*User) Init

func (u *User) Init(db *datastore.Datastore)

func (User) Kind

func (u User) Kind() string

We shadow the real user's kind because kinds must be defined in our hashid map or none of this works.

func (*User) Validator

func (u *User) Validator() *val.Validator

Jump to

Keyboard shortcuts

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