utilsv1

package
v0.7.10 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 27, 2025 License: Unlicense Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_graphify_utils_v1_config_proto protoreflect.FileDescriptor
View Source
var File_graphify_utils_v1_date_proto protoreflect.FileDescriptor
View Source
var File_graphify_utils_v1_file_proto protoreflect.FileDescriptor
View Source
var File_graphify_utils_v1_geo_proto protoreflect.FileDescriptor
View Source
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) Descriptor() ([]byte, []int)

Deprecated: Use Date.ProtoReflect.Descriptor instead.

func (*Date) GetDate added in v0.4.41

func (x *Date) GetDate() string

func (*Date) MarshalJSON added in v0.7.0

func (msg *Date) MarshalJSON() ([]byte, error)

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) Reset added in v0.4.41

func (x *Date) Reset()

func (*Date) String added in v0.4.41

func (x *Date) String() string

func (*Date) UnmarshalJSON added in v0.4.41

func (msg *Date) UnmarshalJSON(b []byte) error

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) Descriptor() ([]byte, []int)

Deprecated: Use DateTime.ProtoReflect.Descriptor instead.

func (*DateTime) GetDateTime added in v0.4.41

func (x *DateTime) GetDateTime() string

func (*DateTime) MarshalJSON added in v0.7.0

func (msg *DateTime) MarshalJSON() ([]byte, error)

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) Reset added in v0.4.41

func (x *DateTime) Reset()

func (*DateTime) String added in v0.4.41

func (x *DateTime) String() string

func (*DateTime) UnmarshalJSON added in v0.4.41

func (msg *DateTime) UnmarshalJSON(b []byte) error

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) Descriptor() ([]byte, []int)

Deprecated: Use File.ProtoReflect.Descriptor instead.

func (*File) GetContent added in v0.4.33

func (x *File) GetContent() []byte

func (*File) GetKey added in v0.4.33

func (x *File) GetKey() string

func (*File) MarshalJSON added in v0.7.0

func (msg *File) MarshalJSON() ([]byte, error)

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) Reset added in v0.4.33

func (x *File) Reset()

func (*File) String added in v0.4.33

func (x *File) String() string

func (*File) UnmarshalJSON added in v0.4.33

func (msg *File) UnmarshalJSON(b []byte) error

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) Descriptor() ([]byte, []int)

Deprecated: Use Location.ProtoReflect.Descriptor instead.

func (*Location) GetLatitude

func (x *Location) GetLatitude() float32

func (*Location) GetLongitude

func (x *Location) GetLongitude() float32

func (*Location) MarshalJSON added in v0.7.0

func (msg *Location) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*Location) ProtoMessage

func (*Location) ProtoMessage()

func (*Location) ProtoReflect

func (x *Location) ProtoReflect() protoreflect.Message

func (*Location) Reset

func (x *Location) Reset()

func (*Location) String

func (x *Location) String() string

func (*Location) UnmarshalJSON

func (msg *Location) UnmarshalJSON(b []byte) error

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) Descriptor() ([]byte, []int)

Deprecated: Use RichText.ProtoReflect.Descriptor instead.

func (*RichText) GetText added in v0.6.6

func (x *RichText) GetText() string

func (*RichText) MarshalJSON added in v0.7.0

func (msg *RichText) MarshalJSON() ([]byte, error)

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) Reset added in v0.6.6

func (x *RichText) Reset()

func (*RichText) String added in v0.6.6

func (x *RichText) String() string

func (*RichText) UnmarshalJSON added in v0.6.6

func (msg *RichText) UnmarshalJSON(b []byte) error

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) Descriptor() ([]byte, []int)

Deprecated: Use Time.ProtoReflect.Descriptor instead.

func (*Time) GetTime added in v0.4.41

func (x *Time) GetTime() string

func (*Time) MarshalJSON added in v0.7.0

func (msg *Time) MarshalJSON() ([]byte, error)

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) Reset added in v0.4.41

func (x *Time) Reset()

func (*Time) String added in v0.4.41

func (x *Time) String() string

func (*Time) UnmarshalJSON added in v0.4.41

func (msg *Time) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL