Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MemoryBlog ¶
type MemoryBlog struct { }
func (*MemoryBlog) CreateBlog ¶
func (m *MemoryBlog) CreateBlog(r *gen.BlogRequest) (*gen.Blog, error)
func (*MemoryBlog) DeleteBlog ¶
func (m *MemoryBlog) DeleteBlog(id int64) error
func (*MemoryBlog) UpdateBlog ¶
func (m *MemoryBlog) UpdateBlog(r *gen.BlogRequest) (*gen.Blog, error)
Click to show internal directories.
Click to hide internal directories.