Documentation ¶
Index ¶
- type LibraryService
- func (l *LibraryService) CreateShelf(_ context.Context, req *connect.Request[example.CreateShelfRequest]) (*connect.Response[example.Shelf], error)
- func (l *LibraryService) DeleteShelf(_ context.Context, req *connect.Request[example.DeleteShelfRequest]) (*connect.Response[emptypb.Empty], error)
- func (l *LibraryService) GetShelf(_ context.Context, req *connect.Request[example.GetShelfRequest]) (*connect.Response[example.Shelf], error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LibraryService ¶
type LibraryService struct {
// contains filtered or unexported fields
}
func NewLibraryService ¶
func NewLibraryService() *LibraryService
func (*LibraryService) CreateShelf ¶
func (*LibraryService) DeleteShelf ¶
Click to show internal directories.
Click to hide internal directories.