Documentation
¶
Index ¶
- type NotesImpl
- func (n *NotesImpl) CheckImportConflicts(ctx context.Context, req *pb.CheckImportConflicts_Request) (*pb.CheckImportConflicts_Response, error)
- func (n *NotesImpl) CommitImport(ctx context.Context, req *pb.CommitImport_Request) (*pb.CommitImport_Response, error)
- func (n *NotesImpl) DeleteFolder(ctx context.Context, req *pb.DeleteFolder_Request) (*pb.DeleteFolder_Response, error)
- func (n *NotesImpl) ExportFolder(ctx context.Context, req *pb.ExportFolder_Request) (*pb.ExportFolder_Response, error)
- func (n *NotesImpl) Gateway(ctx context.Context, endpoint string, opts ...grpc.DialOption) (string, http.Handler)
- func (n *NotesImpl) GetNote(ctx context.Context, req *pb.GetNote_Request) (*pb.GetNote_Response, error)
- func (n *NotesImpl) ListFolders(ctx context.Context, req *pb.ListFolders_Request) (*pb.ListFolders_Response, error)
- func (n *NotesImpl) ListNotes(ctx context.Context, req *pb.ListNotes_Request) (*pb.ListNotes_Response, error)
- func (n *NotesImpl) ListTags(ctx context.Context, req *pb.ListTags_Request) (*pb.ListTags_Response, error)
- func (n *NotesImpl) MoveFolder(ctx context.Context, req *pb.MoveFolder_Request) (*pb.MoveFolder_Response, error)
- func (n *NotesImpl) MoveNote(ctx context.Context, req *pb.MoveNote_Request) (*pb.MoveNote_Response, error)
- func (n *NotesImpl) Register(srv grpc.ServiceRegistrar)
- func (n *NotesImpl) SaveNote(ctx context.Context, req *pb.SaveNote_Request) (*pb.SaveNote_Response, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NotesImpl ¶
type NotesImpl struct {
pb.UnimplementedNotesAPIServer
// contains filtered or unexported fields
}
func NewNotesImpl ¶
func NewNotesImpl(noteSvc service.NotesService, cookieSecure bool) *NotesImpl
func (*NotesImpl) CheckImportConflicts ¶
func (n *NotesImpl) CheckImportConflicts( ctx context.Context, req *pb.CheckImportConflicts_Request, ) (*pb.CheckImportConflicts_Response, error)
func (*NotesImpl) CommitImport ¶
func (n *NotesImpl) CommitImport(ctx context.Context, req *pb.CommitImport_Request) (*pb.CommitImport_Response, error)
func (*NotesImpl) DeleteFolder ¶
func (n *NotesImpl) DeleteFolder(ctx context.Context, req *pb.DeleteFolder_Request) (*pb.DeleteFolder_Response, error)
func (*NotesImpl) ExportFolder ¶
func (n *NotesImpl) ExportFolder(ctx context.Context, req *pb.ExportFolder_Request) (*pb.ExportFolder_Response, error)
func (*NotesImpl) GetNote ¶
func (n *NotesImpl) GetNote(ctx context.Context, req *pb.GetNote_Request) (*pb.GetNote_Response, error)
func (*NotesImpl) ListFolders ¶
func (n *NotesImpl) ListFolders(ctx context.Context, req *pb.ListFolders_Request) (*pb.ListFolders_Response, error)
func (*NotesImpl) ListNotes ¶
func (n *NotesImpl) ListNotes(ctx context.Context, req *pb.ListNotes_Request) (*pb.ListNotes_Response, error)
func (*NotesImpl) ListTags ¶
func (n *NotesImpl) ListTags(ctx context.Context, req *pb.ListTags_Request) (*pb.ListTags_Response, error)
func (*NotesImpl) MoveFolder ¶
func (n *NotesImpl) MoveFolder(ctx context.Context, req *pb.MoveFolder_Request) (*pb.MoveFolder_Response, error)
func (*NotesImpl) MoveNote ¶
func (n *NotesImpl) MoveNote(ctx context.Context, req *pb.MoveNote_Request) (*pb.MoveNote_Response, error)
func (*NotesImpl) Register ¶
func (n *NotesImpl) Register(srv grpc.ServiceRegistrar)
func (*NotesImpl) SaveNote ¶
func (n *NotesImpl) SaveNote(ctx context.Context, req *pb.SaveNote_Request) (*pb.SaveNote_Response, error)
Click to show internal directories.
Click to hide internal directories.