Documentation ¶
Index ¶
- type Sheet
- func (db *Sheet) CreateSheet(ctx context.Context, sheet *sql.Sheet) error
- func (db *Sheet) DeleteSheetById(ctx context.Context, id int) error
- func (db *Sheet) GetAllSheets(ctx context.Context) ([]sql.Sheet, error)
- func (db *Sheet) GetSheetById(ctx context.Context, id int) (*sql.Sheet, error)
- func (db *Sheet) GetSheetByName(ctx context.Context, name string) (*sql.Sheet, error)
- func (db *Sheet) Ping(ctx context.Context) error
- func (db *Sheet) UpdateSheetById(ctx context.Context, id int, sheet *sql.Sheet) (*sql.Sheet, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Sheet ¶
type Sheet struct {
// contains filtered or unexported fields
}
func (*Sheet) CreateSheet ¶
func (*Sheet) GetAllSheets ¶
func (*Sheet) GetSheetById ¶
func (*Sheet) GetSheetByName ¶
Click to show internal directories.
Click to hide internal directories.