Documentation
¶
Index ¶
Constants ¶
View Source
const ( ErrNilReceiver = erorr.Error("nil receiver") ErrOverFlow = erorr.Error("overflow") )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AutoInc ¶
type AutoInc[T incrementable] struct {
// contains filtered or unexported fields
}
AutoInc is an implementation of an AUTO_INCREMENT type.
AutoInc is thread-safe. I.e., AutoInc is safe to use with go-routines.
Click to show internal directories.
Click to hide internal directories.