Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InitLogger ¶
func InitLogger()
func Min ¶
func Min[T constraints.Ordered](a T, b T) T
Types ¶
type SimpleIdFactory ¶
type SimpleIdFactory struct {
// contains filtered or unexported fields
}
func NewSimpleIdFactory ¶
func NewSimpleIdFactory() *SimpleIdFactory
func (*SimpleIdFactory) Generate ¶
func (f *SimpleIdFactory) Generate() vertex.Id
Click to show internal directories.
Click to hide internal directories.