Documentation ¶
Index ¶
- type Art
- func (this *Art) Add(ctx context.Context, args *rpc.Args, reply *rpc.Reply) error
- func (this *Art) Delete(ctx context.Context, args *rpc.Args, reply *rpc.Reply) error
- func (this *Art) Edit(ctx context.Context, args *rpc.Args, reply *rpc.Reply) error
- func (this *Art) Info(ctx context.Context, args *rpc.Args, reply *rpc.Reply) error
- func (this *Art) List(ctx context.Context, args *rpc.Args, reply *rpc.Reply) error
- type Attach
- type Cate
- func (this *Cate) Add(ctx context.Context, args *rpc.Args, reply *rpc.Reply) error
- func (this *Cate) Delete(ctx context.Context, args *rpc.Args, reply *rpc.Reply) error
- func (this *Cate) Edit(ctx context.Context, args *rpc.Args, reply *rpc.Reply) error
- func (this *Cate) Info(ctx context.Context, args *rpc.Args, reply *rpc.Reply) error
- func (this *Cate) List(ctx context.Context, args *rpc.Args, reply *rpc.Reply) error
- type Config
- func (this *Config) Add(ctx context.Context, args *rpc.Args, reply *rpc.Reply) error
- func (this *Config) Delete(ctx context.Context, args *rpc.Args, reply *rpc.Reply) error
- func (this *Config) Edit(ctx context.Context, args *rpc.Args, reply *rpc.Reply) error
- func (this *Config) Info(ctx context.Context, args *rpc.Args, reply *rpc.Reply) error
- func (this *Config) List(ctx context.Context, args *rpc.Args, reply *rpc.Reply) error
- type Page
- func (this *Page) Add(ctx context.Context, args *rpc.Args, reply *rpc.Reply) error
- func (this *Page) Delete(ctx context.Context, args *rpc.Args, reply *rpc.Reply) error
- func (this *Page) Edit(ctx context.Context, args *rpc.Args, reply *rpc.Reply) error
- func (this *Page) Info(ctx context.Context, args *rpc.Args, reply *rpc.Reply) error
- func (this *Page) List(ctx context.Context, args *rpc.Args, reply *rpc.Reply) error
- type Tag
- func (this *Tag) Add(ctx context.Context, args *rpc.Args, reply *rpc.Reply) error
- func (this *Tag) Delete(ctx context.Context, args *rpc.Args, reply *rpc.Reply) error
- func (this *Tag) Edit(ctx context.Context, args *rpc.Args, reply *rpc.Reply) error
- func (this *Tag) Info(ctx context.Context, args *rpc.Args, reply *rpc.Reply) error
- func (this *Tag) List(ctx context.Context, args *rpc.Args, reply *rpc.Reply) error
- type User
- func (this *User) Add(ctx context.Context, args *rpc.Args, reply *rpc.Reply) error
- func (this *User) Delete(ctx context.Context, args *rpc.Args, reply *rpc.Reply) error
- func (this *User) Edit(ctx context.Context, args *rpc.Args, reply *rpc.Reply) error
- func (this *User) Info(ctx context.Context, args *rpc.Args, reply *rpc.Reply) error
- func (this *User) List(ctx context.Context, args *rpc.Args, reply *rpc.Reply) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Art ¶
type Art struct{}
*
- 文章 *
- @create 2022-6-21
- @author deatil
type Attach ¶
type Attach struct{}
*
- 附件 *
- @create 2022-6-21
- @author deatil
type Cate ¶
type Cate struct{}
*
- 分类 *
- @create 2022-6-21
- @author deatil
type Config ¶
type Config struct{}
*
- 配置 *
- @create 2022-6-21
- @author deatil
type Page ¶
type Page struct{}
*
- 单页 *
- @create 2022-6-21
- @author deatil
type Tag ¶
type Tag struct{}
*
- 标签 *
- @create 2022-6-21
- @author deatil
Click to show internal directories.
Click to hide internal directories.