Documentation
¶
Index ¶
- type Entity
- func (e *Entity) CreateIcon(ctx context.Context, id, guildId int64, object string) error
- func (e *Entity) GetIcon(ctx context.Context, id int64) (model.Icon, error)
- func (e *Entity) GetIconsByUserId(ctx context.Context, userId int64) ([]model.Icon, error)
- func (e *Entity) RemoveIcon(ctx context.Context, id int64) error
- type Icon
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Entity ¶
type Entity struct {
// contains filtered or unexported fields
}
func (*Entity) CreateIcon ¶
func (*Entity) GetIconsByUserId ¶
Click to show internal directories.
Click to hide internal directories.