services

package
v0.1.2 Latest Latest
Warning

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

Go to latest
Published: Jan 17, 2026 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ApiVersion = "V1"
)

Functions

This section is empty.

Types

type AuthService

type AuthService struct{}

func (*AuthService) Login

func (bc *AuthService) Login(c okapi.Context) error

func (*AuthService) WhoAmI

func (bc *AuthService) WhoAmI(c okapi.Context) error

type BookService

type BookService struct{}

func (*BookService) CreateBook

func (bc *BookService) CreateBook(c okapi.Context) error

func (*BookService) DeleteBook

func (bc *BookService) DeleteBook(c okapi.Context) error

func (*BookService) GetBook

func (bc *BookService) GetBook(c okapi.Context) error

func (*BookService) GetBooks

func (bc *BookService) GetBooks(c okapi.Context) error

func (*BookService) UpdateBook

func (bc *BookService) UpdateBook(c okapi.Context) error

type CommonService

type CommonService struct{}

func (*CommonService) Home

func (hc *CommonService) Home(c okapi.Context) error

func (*CommonService) Version

func (hc *CommonService) Version(c okapi.Context) error

Jump to

Keyboard shortcuts

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