Documentation
¶
Overview ¶
Package types defines custom types for the db package.
Index ¶
- type GatewayEnvelopeBatch
- func (b *GatewayEnvelopeBatch) Add(envelope GatewayEnvelopeRow)
- func (b *GatewayEnvelopeBatch) All() []GatewayEnvelopeRow
- func (b *GatewayEnvelopeBatch) LastSequenceID() int64
- func (b *GatewayEnvelopeBatch) Len() int
- func (b *GatewayEnvelopeBatch) Reset()
- func (b *GatewayEnvelopeBatch) ToParams() queries.InsertGatewayEnvelopeBatchAndIncrementUnsettledUsageParams
- type GatewayEnvelopeRow
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GatewayEnvelopeBatch ¶
type GatewayEnvelopeBatch struct {
Envelopes []GatewayEnvelopeRow
}
func NewGatewayEnvelopeBatch ¶
func NewGatewayEnvelopeBatch() *GatewayEnvelopeBatch
func (*GatewayEnvelopeBatch) Add ¶
func (b *GatewayEnvelopeBatch) Add(envelope GatewayEnvelopeRow)
func (*GatewayEnvelopeBatch) All ¶
func (b *GatewayEnvelopeBatch) All() []GatewayEnvelopeRow
func (*GatewayEnvelopeBatch) LastSequenceID ¶
func (b *GatewayEnvelopeBatch) LastSequenceID() int64
func (*GatewayEnvelopeBatch) Len ¶
func (b *GatewayEnvelopeBatch) Len() int
func (*GatewayEnvelopeBatch) Reset ¶
func (b *GatewayEnvelopeBatch) Reset()
func (*GatewayEnvelopeBatch) ToParams ¶
func (b *GatewayEnvelopeBatch) ToParams() queries.InsertGatewayEnvelopeBatchAndIncrementUnsettledUsageParams
Click to show internal directories.
Click to hide internal directories.