Documentation ¶
Index ¶
- Variables
- type ArangoConfig
- func (*ArangoConfig) Descriptor() ([]byte, []int)deprecated
- func (x *ArangoConfig) GetDatabase() string
- func (x *ArangoConfig) GetPassword() string
- func (x *ArangoConfig) GetUrl() string
- func (x *ArangoConfig) GetUsername() string
- func (msg *ArangoConfig) MarshalJSON() ([]byte, error)
- func (*ArangoConfig) ProtoMessage()
- func (x *ArangoConfig) ProtoReflect() protoreflect.Message
- func (x *ArangoConfig) Reset()
- func (x *ArangoConfig) String() string
- func (msg *ArangoConfig) UnmarshalJSON(b []byte) error
- type Date
- func (*Date) Descriptor() ([]byte, []int)deprecated
- func (x *Date) GetDate() string
- func (msg *Date) MarshalJSON() ([]byte, error)
- func (*Date) ProtoMessage()
- func (x *Date) ProtoReflect() protoreflect.Message
- func (x *Date) Reset()
- func (x *Date) String() string
- func (msg *Date) UnmarshalJSON(b []byte) error
- type DateTime
- func (*DateTime) Descriptor() ([]byte, []int)deprecated
- func (x *DateTime) GetDateTime() string
- func (msg *DateTime) MarshalJSON() ([]byte, error)
- func (*DateTime) ProtoMessage()
- func (x *DateTime) ProtoReflect() protoreflect.Message
- func (x *DateTime) Reset()
- func (x *DateTime) String() string
- func (msg *DateTime) UnmarshalJSON(b []byte) error
- type File
- func (*File) Descriptor() ([]byte, []int)deprecated
- func (x *File) GetContent() []byte
- func (x *File) GetKey() string
- func (msg *File) MarshalJSON() ([]byte, error)
- func (*File) ProtoMessage()
- func (x *File) ProtoReflect() protoreflect.Message
- func (x *File) Reset()
- func (x *File) String() string
- func (msg *File) UnmarshalJSON(b []byte) error
- type Location
- func (*Location) Descriptor() ([]byte, []int)deprecated
- func (x *Location) GetLatitude() float32
- func (x *Location) GetLongitude() float32
- func (msg *Location) MarshalJSON() ([]byte, error)
- func (*Location) ProtoMessage()
- func (x *Location) ProtoReflect() protoreflect.Message
- func (x *Location) Reset()
- func (x *Location) String() string
- func (msg *Location) UnmarshalJSON(b []byte) error
- type NamespaceConfig
- func (*NamespaceConfig) Descriptor() ([]byte, []int)deprecated
- func (x *NamespaceConfig) GetName() string
- func (msg *NamespaceConfig) MarshalJSON() ([]byte, error)
- func (*NamespaceConfig) ProtoMessage()
- func (x *NamespaceConfig) ProtoReflect() protoreflect.Message
- func (x *NamespaceConfig) Reset()
- func (x *NamespaceConfig) String() string
- func (msg *NamespaceConfig) UnmarshalJSON(b []byte) error
- type RichText
- func (*RichText) Descriptor() ([]byte, []int)deprecated
- func (x *RichText) GetText() string
- func (msg *RichText) MarshalJSON() ([]byte, error)
- func (*RichText) ProtoMessage()
- func (x *RichText) ProtoReflect() protoreflect.Message
- func (x *RichText) Reset()
- func (x *RichText) String() string
- func (msg *RichText) UnmarshalJSON(b []byte) error
- type Time
- func (*Time) Descriptor() ([]byte, []int)deprecated
- func (x *Time) GetTime() string
- func (msg *Time) MarshalJSON() ([]byte, error)
- func (*Time) ProtoMessage()
- func (x *Time) ProtoReflect() protoreflect.Message
- func (x *Time) Reset()
- func (x *Time) String() string
- func (msg *Time) UnmarshalJSON(b []byte) error
Constants ¶
This section is empty.
Variables ¶
var File_graphify_utils_v1_config_proto protoreflect.FileDescriptor
var File_graphify_utils_v1_date_proto protoreflect.FileDescriptor
var File_graphify_utils_v1_file_proto protoreflect.FileDescriptor
var File_graphify_utils_v1_geo_proto protoreflect.FileDescriptor
var File_graphify_utils_v1_text_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type ArangoConfig ¶ added in v0.4.36
type ArangoConfig struct { Url string `protobuf:"bytes,1,opt,name=url,proto3" json:"url,omitempty"` Database string `protobuf:"bytes,2,opt,name=database,proto3" json:"database,omitempty"` Username string `protobuf:"bytes,3,opt,name=username,proto3" json:"username,omitempty"` Password string `protobuf:"bytes,4,opt,name=password,proto3" json:"password,omitempty"` // contains filtered or unexported fields }
func (*ArangoConfig) Descriptor
deprecated
added in
v0.4.36
func (*ArangoConfig) Descriptor() ([]byte, []int)
Deprecated: Use ArangoConfig.ProtoReflect.Descriptor instead.
func (*ArangoConfig) GetDatabase ¶ added in v0.4.36
func (x *ArangoConfig) GetDatabase() string
func (*ArangoConfig) GetPassword ¶ added in v0.4.36
func (x *ArangoConfig) GetPassword() string
func (*ArangoConfig) GetUrl ¶ added in v0.4.36
func (x *ArangoConfig) GetUrl() string
func (*ArangoConfig) GetUsername ¶ added in v0.4.36
func (x *ArangoConfig) GetUsername() string
func (*ArangoConfig) MarshalJSON ¶ added in v0.7.0
func (msg *ArangoConfig) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*ArangoConfig) ProtoMessage ¶ added in v0.4.36
func (*ArangoConfig) ProtoMessage()
func (*ArangoConfig) ProtoReflect ¶ added in v0.4.36
func (x *ArangoConfig) ProtoReflect() protoreflect.Message
func (*ArangoConfig) Reset ¶ added in v0.4.36
func (x *ArangoConfig) Reset()
func (*ArangoConfig) String ¶ added in v0.4.36
func (x *ArangoConfig) String() string
func (*ArangoConfig) UnmarshalJSON ¶ added in v0.4.36
func (msg *ArangoConfig) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type Date ¶ added in v0.4.41
type Date struct { Date string `protobuf:"bytes,1,opt,name=date,proto3" json:"date,omitempty"` // contains filtered or unexported fields }
func (*Date) Descriptor
deprecated
added in
v0.4.41
func (*Date) MarshalJSON ¶ added in v0.7.0
MarshalJSON implements json.Marshaler
func (*Date) ProtoMessage ¶ added in v0.4.41
func (*Date) ProtoMessage()
func (*Date) ProtoReflect ¶ added in v0.4.41
func (x *Date) ProtoReflect() protoreflect.Message
func (*Date) UnmarshalJSON ¶ added in v0.4.41
UnmarshalJSON implements json.Unmarshaler
type DateTime ¶ added in v0.4.41
type DateTime struct { DateTime string `protobuf:"bytes,1,opt,name=date_time,json=dateTime,proto3" json:"date_time,omitempty"` // contains filtered or unexported fields }
func (*DateTime) Descriptor
deprecated
added in
v0.4.41
func (*DateTime) GetDateTime ¶ added in v0.4.41
func (*DateTime) MarshalJSON ¶ added in v0.7.0
MarshalJSON implements json.Marshaler
func (*DateTime) ProtoMessage ¶ added in v0.4.41
func (*DateTime) ProtoMessage()
func (*DateTime) ProtoReflect ¶ added in v0.4.41
func (x *DateTime) ProtoReflect() protoreflect.Message
func (*DateTime) UnmarshalJSON ¶ added in v0.4.41
UnmarshalJSON implements json.Unmarshaler
type File ¶ added in v0.4.33
type File struct { Key string `protobuf:"bytes,1,opt,name=key,json=_key,proto3" json:"key,omitempty"` Content []byte `protobuf:"bytes,2,opt,name=content,proto3" json:"content,omitempty"` // contains filtered or unexported fields }
func (*File) Descriptor
deprecated
added in
v0.4.33
func (*File) GetContent ¶ added in v0.4.33
func (*File) MarshalJSON ¶ added in v0.7.0
MarshalJSON implements json.Marshaler
func (*File) ProtoMessage ¶ added in v0.4.33
func (*File) ProtoMessage()
func (*File) ProtoReflect ¶ added in v0.4.33
func (x *File) ProtoReflect() protoreflect.Message
func (*File) UnmarshalJSON ¶ added in v0.4.33
UnmarshalJSON implements json.Unmarshaler
type Location ¶
type Location struct { Latitude float32 `protobuf:"fixed32,1,opt,name=latitude,proto3" json:"latitude,omitempty"` Longitude float32 `protobuf:"fixed32,2,opt,name=longitude,proto3" json:"longitude,omitempty"` // contains filtered or unexported fields }
func (*Location) Descriptor
deprecated
func (*Location) GetLatitude ¶
func (*Location) GetLongitude ¶
func (*Location) MarshalJSON ¶ added in v0.7.0
MarshalJSON implements json.Marshaler
func (*Location) ProtoMessage ¶
func (*Location) ProtoMessage()
func (*Location) ProtoReflect ¶
func (x *Location) ProtoReflect() protoreflect.Message
func (*Location) UnmarshalJSON ¶
UnmarshalJSON implements json.Unmarshaler
type NamespaceConfig ¶ added in v0.4.36
type NamespaceConfig struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
func (*NamespaceConfig) Descriptor
deprecated
added in
v0.4.36
func (*NamespaceConfig) Descriptor() ([]byte, []int)
Deprecated: Use NamespaceConfig.ProtoReflect.Descriptor instead.
func (*NamespaceConfig) GetName ¶ added in v0.4.36
func (x *NamespaceConfig) GetName() string
func (*NamespaceConfig) MarshalJSON ¶ added in v0.7.0
func (msg *NamespaceConfig) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*NamespaceConfig) ProtoMessage ¶ added in v0.4.36
func (*NamespaceConfig) ProtoMessage()
func (*NamespaceConfig) ProtoReflect ¶ added in v0.4.36
func (x *NamespaceConfig) ProtoReflect() protoreflect.Message
func (*NamespaceConfig) Reset ¶ added in v0.4.36
func (x *NamespaceConfig) Reset()
func (*NamespaceConfig) String ¶ added in v0.4.36
func (x *NamespaceConfig) String() string
func (*NamespaceConfig) UnmarshalJSON ¶ added in v0.4.36
func (msg *NamespaceConfig) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type RichText ¶ added in v0.6.6
type RichText struct { Text string `protobuf:"bytes,1,opt,name=text,proto3" json:"text,omitempty"` // contains filtered or unexported fields }
func (*RichText) Descriptor
deprecated
added in
v0.6.6
func (*RichText) MarshalJSON ¶ added in v0.7.0
MarshalJSON implements json.Marshaler
func (*RichText) ProtoMessage ¶ added in v0.6.6
func (*RichText) ProtoMessage()
func (*RichText) ProtoReflect ¶ added in v0.6.6
func (x *RichText) ProtoReflect() protoreflect.Message
func (*RichText) UnmarshalJSON ¶ added in v0.6.6
UnmarshalJSON implements json.Unmarshaler
type Time ¶ added in v0.4.41
type Time struct { Time string `protobuf:"bytes,1,opt,name=time,proto3" json:"time,omitempty"` // contains filtered or unexported fields }
func (*Time) Descriptor
deprecated
added in
v0.4.41
func (*Time) MarshalJSON ¶ added in v0.7.0
MarshalJSON implements json.Marshaler
func (*Time) ProtoMessage ¶ added in v0.4.41
func (*Time) ProtoMessage()
func (*Time) ProtoReflect ¶ added in v0.4.41
func (x *Time) ProtoReflect() protoreflect.Message
func (*Time) UnmarshalJSON ¶ added in v0.4.41
UnmarshalJSON implements json.Unmarshaler