Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateNoteService ¶
type CreateNoteService struct {
// contains filtered or unexported fields
}
func NewCreateNoteService ¶
func NewCreateNoteService(ctx context.Context) *CreateNoteService
NewCreateNoteService new CreateNoteService
func (*CreateNoteService) CreateNote ¶
func (s *CreateNoteService) CreateNote(req *notedemo.CreateNoteRequest) error
CreateNote create note info
type DelNoteService ¶
type DelNoteService struct {
// contains filtered or unexported fields
}
func NewDelNoteService ¶
func NewDelNoteService(ctx context.Context) *DelNoteService
NewDelNoteService new DelNoteService
func (*DelNoteService) DelNote ¶
func (s *DelNoteService) DelNote(req *notedemo.DeleteNoteRequest) error
DelNote delete note info
type MGetNoteService ¶
type MGetNoteService struct {
// contains filtered or unexported fields
}
func NewMGetNoteService ¶
func NewMGetNoteService(ctx context.Context) *MGetNoteService
NewMGetNoteService new MGetNoteService
func (*MGetNoteService) MGetNote ¶
func (s *MGetNoteService) MGetNote(req *notedemo.MGetNoteRequest) ([]*notedemo.Note, error)
MGetNote multiple get list of note info
type QueryNoteService ¶
type QueryNoteService struct {
// contains filtered or unexported fields
}
func NewQueryNoteService ¶
func NewQueryNoteService(ctx context.Context) *QueryNoteService
NewQueryNoteService new QueryNoteService
func (*QueryNoteService) QueryNoteService ¶
func (s *QueryNoteService) QueryNoteService(req *notedemo.QueryNoteRequest) ([]*notedemo.Note, int64, error)
QueryNoteService query list of note info
type UpdateNoteService ¶
type UpdateNoteService struct {
// contains filtered or unexported fields
}
func NewUpdateNoteService ¶
func NewUpdateNoteService(ctx context.Context) *UpdateNoteService
NewUpdateNoteService new UpdateNoteService
func (*UpdateNoteService) UpdateNote ¶
func (s *UpdateNoteService) UpdateNote(req *notedemo.UpdateNoteRequest) error
UpdateNote update note info
Click to show internal directories.
Click to hide internal directories.