Documentation
¶
Index ¶
- type Author
- type Bulk
- func (b *Bulk) BulkCreateAuthor(ctx context.Context, authors []Author) error
- func (b *Bulk) BulkUpdateAuthor(ctx context.Context, authors []Author) error
- func (b *Bulk) CreateAuthor(ctx context.Context, a Author) error
- func (b *Bulk) ID() int64
- func (b *Bulk) MaxID() int64
- func (b *Bulk) UpdateAuthor(ctx context.Context, a Author) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Bulk ¶
type Bulk struct {
// contains filtered or unexported fields
}
func (*Bulk) BulkCreateAuthor ¶
func (*Bulk) BulkUpdateAuthor ¶
Click to show internal directories.
Click to hide internal directories.