Documentation ¶
Index ¶
Constants ¶
View Source
const OperationTableName = "Operation"
OperationTableName is Operation Table Name
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Operation ¶
type Operation struct { OperationID string OperationName string ElapsedTimeMS int64 Note spanner.NullJSON CommitedAt time.Time }
Operation is Spanner Operation
type OperationAlloy ¶
type StoreAlloy ¶
type StoreAlloy struct {
// contains filtered or unexported fields
}
func NewStoreAlloy ¶
func NewStoreAlloy(pool *pgxpool.Pool) *StoreAlloy
func (*StoreAlloy) Insert ¶
func (s *StoreAlloy) Insert(ctx context.Context, value *OperationAlloy) (ope *OperationAlloy, err error)
func (*StoreAlloy) OperationTable ¶
func (s *StoreAlloy) OperationTable() string
Click to show internal directories.
Click to hide internal directories.