...

Package constants

import "bitbucket.org/twicedb/twicedb-go/client/api/constants"
Overview
Index

Overview ▾

Package constants defines constants used throughout the TwiceDB client API.

Index ▾

Package files

constants.go doc.go

Constants

const (
    FqnKey         = "Fqn"
    RefResolverKey = "_refResolver"
    // IndexableTag may be used on fields of the following types:
    //   *bool
    //   *float32
    //   *float64
    //   *int32
    //   *int64
    //   *string
    //   *time.Time
    // Tagging other field types will result in an error at runtime.
    IndexableTag              = "twicedb"
    IndexableValueIndex       = "index"
    IndexableValueIndexUnique = "unique"
    IndexableValueProject     = "project"
)