resolver

package
v1.0.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 9, 2025 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CreateNote

func CreateNote(ctx context.Context, input model.CreateNoteInput, srv service.NoteService) (*model.Note, error)

CreateNote is the resolver for the createNote field.

func CreatePresignedURL

func CreatePresignedURL(ctx context.Context, objectName []string, srv service.NoteService) (*model.CreatePresignedUrlsResponse, error)

CreatePresignedURL is the resolver for the createPresignedUrl field.

func DeleteNote

func DeleteNote(ctx context.Context, id string, srv service.NoteService) (bool, error)

DeleteNote is the resolver for the deleteNote field.

func ListNotes

func ListNotes(ctx context.Context, input *model.NotesInput, srv service.NoteService) (*model.NotesResponse, error)

ListNotes is the resolver for the notes field.

func Me

Me is the resolver for the me field.

func RestoreNote

func RestoreNote(ctx context.Context, id string, srv service.NoteService) (bool, error)

RestoreNote is the resolver for the restoreNote field.

func SignIn

SignIn is the resolver for the signIn field.

func SignOut

func SoftDeleteNote

func SoftDeleteNote(ctx context.Context, id string, srv service.NoteService) (bool, error)

SoftDeleteNote is the resolver for the softDeleteNotes field.

func UpdateNote

func UpdateNote(ctx context.Context, id string, input model.UpdateNoteInput, srv service.NoteService) (*model.Note, error)

UpdateNote is the resolver for the updateNote field.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL