Documentation
¶
Overview ¶
Code generated by godddx, DO AVOID EDIT.
Code generated by godddx, DO AVOID EDIT.
Index ¶
- type DB
- type StreamProxy
- func (d StreamProxy) Create(ctx context.Context, model *proxy.StreamProxy) error
- func (d StreamProxy) Delete(ctx context.Context, model *proxy.StreamProxy, opts ...orm.QueryOption) error
- func (d StreamProxy) Get(ctx context.Context, model *proxy.StreamProxy, opts ...orm.QueryOption) error
- func (d StreamProxy) List(ctx context.Context, bs *[]*proxy.StreamProxy, page orm.Pager, ...) (int64, error)
- func (d StreamProxy) Session(ctx context.Context, changeFns ...func(*gorm.DB) error) error
- func (d StreamProxy) Update(ctx context.Context, model *proxy.StreamProxy, ...) error
- func (d StreamProxy) UpdateWithSession(tx *gorm.DB, model *proxy.StreamProxy, ...) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DB ¶
type DB struct {
// contains filtered or unexported fields
}
DB Related business namespaces
func (DB) StreamProxy ¶
func (d DB) StreamProxy() proxy.StreamProxyStorer
StreamProxy Get business instance
type StreamProxy ¶
type StreamProxy DB
StreamProxy Related business namespaces
func (StreamProxy) Create ¶ added in v1.4.21
func (d StreamProxy) Create(ctx context.Context, model *proxy.StreamProxy) error
Create implements proxy.StreamProxyStorer.
func (StreamProxy) Delete ¶ added in v1.4.21
func (d StreamProxy) Delete(ctx context.Context, model *proxy.StreamProxy, opts ...orm.QueryOption) error
Delete implements proxy.StreamProxyStorer.
func (StreamProxy) Get ¶
func (d StreamProxy) Get(ctx context.Context, model *proxy.StreamProxy, opts ...orm.QueryOption) error
Get implements proxy.StreamProxyStorer.
func (StreamProxy) List ¶ added in v1.4.21
func (d StreamProxy) List(ctx context.Context, bs *[]*proxy.StreamProxy, page orm.Pager, opts ...orm.QueryOption) (int64, error)
List implements proxy.StreamProxyStorer.
func (StreamProxy) Update ¶ added in v1.4.21
func (d StreamProxy) Update(ctx context.Context, model *proxy.StreamProxy, changeFn func(*proxy.StreamProxy), opts ...orm.QueryOption) error
Update implements proxy.StreamProxyStorer.
func (StreamProxy) UpdateWithSession ¶ added in v1.4.21
func (d StreamProxy) UpdateWithSession(tx *gorm.DB, model *proxy.StreamProxy, changeFn func(b *proxy.StreamProxy) error, opts ...orm.QueryOption) error
Click to show internal directories.
Click to hide internal directories.