types

package
v0.0.0-...-893f904 Latest Latest
Warning

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

Go to latest
Published: Jul 31, 2022 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_api_ld_types_ld_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type Document

type Document struct {
	Url         string `protobuf:"bytes,1,opt,name=url,proto3" json:"url,omitempty"`
	DocumentURL string `protobuf:"bytes,2,opt,name=documentURL,proto3" json:"documentURL,omitempty"`
	Content     []byte `protobuf:"bytes,3,opt,name=content,proto3" json:"content,omitempty"` // json.RawMessage Content of the context document.
	// contains filtered or unexported fields
}

Document is a JSON-LD context document with associated metadata. swagger:model

func (*Document) Descriptor deprecated

func (*Document) Descriptor() ([]byte, []int)

Deprecated: Use Document.ProtoReflect.Descriptor instead.

func (*Document) GetContent

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

func (*Document) GetDocumentURL

func (x *Document) GetDocumentURL() string

func (*Document) GetUrl

func (x *Document) GetUrl() string

func (*Document) ProtoMessage

func (*Document) ProtoMessage()

func (*Document) ProtoReflect

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

func (*Document) Reset

func (x *Document) Reset()

func (*Document) String

func (x *Document) String() string

type ProviderID

type ProviderID struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

ProviderID is a request/response model for operations that involve remote provider ID.

func (*ProviderID) Descriptor deprecated

func (*ProviderID) Descriptor() ([]byte, []int)

Deprecated: Use ProviderID.ProtoReflect.Descriptor instead.

func (*ProviderID) GetId

func (x *ProviderID) GetId() string

func (*ProviderID) ProtoMessage

func (*ProviderID) ProtoMessage()

func (*ProviderID) ProtoReflect

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

func (*ProviderID) Reset

func (x *ProviderID) Reset()

func (*ProviderID) String

func (x *ProviderID) String() string

type RemoteProviderRecord

type RemoteProviderRecord struct {
	Id       string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Endpoint string `protobuf:"bytes,2,opt,name=endpoint,proto3" json:"endpoint,omitempty"`
	// contains filtered or unexported fields
}

RemoteProviderRecord is a record in store with remote provider info.

func (*RemoteProviderRecord) Descriptor deprecated

func (*RemoteProviderRecord) Descriptor() ([]byte, []int)

Deprecated: Use RemoteProviderRecord.ProtoReflect.Descriptor instead.

func (*RemoteProviderRecord) GetEndpoint

func (x *RemoteProviderRecord) GetEndpoint() string

func (*RemoteProviderRecord) GetId

func (x *RemoteProviderRecord) GetId() string

func (*RemoteProviderRecord) ProtoMessage

func (*RemoteProviderRecord) ProtoMessage()

func (*RemoteProviderRecord) ProtoReflect

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

func (*RemoteProviderRecord) Reset

func (x *RemoteProviderRecord) Reset()

func (*RemoteProviderRecord) String

func (x *RemoteProviderRecord) String() string

Jump to

Keyboard shortcuts

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