multi

package
v0.1.4 Latest Latest
Warning

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

Go to latest
Published: Jun 3, 2023 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 Category

type Category struct {
	Id   int32
	Name string
}

func (*Category) GetName

func (c *Category) GetName() string

func (*Category) Ops

func (c *Category) Ops(name string) []string

type Post

type Post struct {
	Id         int32
	Name       string
	Author     *User
	Categories []*Category
}

func (*Post) GetName

func (p *Post) GetName() string

func (*Post) Ops

func (p *Post) Ops(name string) []string

type User

type User struct {
	Id    int32
	Name  string
	Posts []*Post
}

func (*User) GetName

func (u *User) GetName() string

func (*User) Ops

func (u *User) Ops(name string) []string

Jump to

Keyboard shortcuts

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