github.com/cayleygraph/cayley@v0.7.7/quad/pquads/quads.pb.go (about)

     1  package pquads
     2  
     3  import (
     4  	"github.com/cayleygraph/quad/pquads"
     5  )
     6  import _ "github.com/gogo/protobuf/gogoproto"
     7  
     8  // Quad is in internal representation of quad used by Cayley.
     9  //
    10  // Deprecated: use github.com/cayleygraph/quad/pquads package instead.
    11  type Quad = pquads.Quad
    12  
    13  // WireQuad is a quad that allows any value for it's directions.
    14  //
    15  // Deprecated: use github.com/cayleygraph/quad/pquads package instead.
    16  type WireQuad = pquads.WireQuad
    17  
    18  // StrictQuad is a quad as described by RDF spec.
    19  //
    20  // Deprecated: use github.com/cayleygraph/quad/pquads package instead.
    21  type StrictQuad = pquads.StrictQuad
    22  
    23  type StrictQuad_Ref = pquads.StrictQuad_Ref
    24  
    25  type StrictQuad_Ref_BnodeLabel = pquads.StrictQuad_Ref_BnodeLabel
    26  type StrictQuad_Ref_Iri = pquads.StrictQuad_Ref_Iri
    27  
    28  type Value = pquads.Value
    29  
    30  type Value_Raw = pquads.Value_Raw
    31  type Value_Str = pquads.Value_Str
    32  type Value_Iri = pquads.Value_Iri
    33  type Value_Bnode = pquads.Value_Bnode
    34  type Value_TypedStr = pquads.Value_TypedStr
    35  type Value_LangStr = pquads.Value_LangStr
    36  type Value_Int = pquads.Value_Int
    37  type Value_Float = pquads.Value_Float
    38  type Value_Boolean = pquads.Value_Boolean
    39  type Value_Time = pquads.Value_Time
    40  
    41  type Value_TypedString = pquads.Value_TypedString
    42  type Value_LangString = pquads.Value_LangString
    43  type Value_Timestamp = pquads.Value_Timestamp
    44  
    45  type Header = pquads.Header
    46  
    47  var (
    48  	ErrInvalidLengthQuads = pquads.ErrInvalidLengthQuads
    49  	ErrIntOverflowQuads   = pquads.ErrIntOverflowQuads
    50  )