propertypublickey

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Jul 9, 2020 License: BSD-3-Clause Imports: 3 Imported by: 1

Documentation

Overview

Package propertypublickey contains the implementation for the publicKey property. All applications are strongly encouraged to use the interface instead of this concrete definition. The interfaces allow applications to consume only the types and properties needed and be independent of the go-fed implementation if another alternative implementation is created. This package is code-generated and subject to the same license as the go-fed tool used to generate it.

This package is independent of other types' and properties' implementations by having a Manager injected into it to act as a factory for the concrete implementations. The implementations have been generated into their own separate subpackages for each vocabulary.

Strongly consider using the interfaces instead of this package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DeserializePublicKeyProperty

func DeserializePublicKeyProperty(m map[string]interface{}, aliasMap map[string]string) (vocab.W3IDSecurityV1PublicKeyProperty, error)

DeserializePublicKeyProperty creates a "publicKey" property from an interface representation that has been unmarshalled from a text or binary format.

func SetManager

func SetManager(m privateManager)

SetManager sets the manager package-global variable. For internal use only, do not use as part of Application behavior. Must be called at golang init time.

Types

type W3IDSecurityV1PublicKeyProperty

type W3IDSecurityV1PublicKeyProperty struct {
	// contains filtered or unexported fields
}

W3IDSecurityV1PublicKeyProperty is the non-functional property "publicKey". It is permitted to have one or more values, and of different value types.

func NewW3IDSecurityV1PublicKeyProperty

func NewW3IDSecurityV1PublicKeyProperty() *W3IDSecurityV1PublicKeyProperty

NewW3IDSecurityV1PublicKeyProperty creates a new publicKey property.

func (*W3IDSecurityV1PublicKeyProperty) AppendIRI

func (this *W3IDSecurityV1PublicKeyProperty) AppendIRI(v *url.URL)

AppendIRI appends an IRI value to the back of a list of the property "publicKey"

func (*W3IDSecurityV1PublicKeyProperty) AppendType

func (this *W3IDSecurityV1PublicKeyProperty) AppendType(t vocab.Type) error

PrependType prepends an arbitrary type value to the front of a list of the property "publicKey". Invalidates iterators that are traversing using Prev. Returns an error if the type is not a valid one to set for this property.

func (*W3IDSecurityV1PublicKeyProperty) AppendW3IDSecurityV1PublicKey

func (this *W3IDSecurityV1PublicKeyProperty) AppendW3IDSecurityV1PublicKey(v vocab.W3IDSecurityV1PublicKey)

AppendW3IDSecurityV1PublicKey appends a PublicKey value to the back of a list of the property "publicKey". Invalidates iterators that are traversing using Prev.

func (W3IDSecurityV1PublicKeyProperty) At

At returns the property value for the specified index. Panics if the index is out of bounds.

func (W3IDSecurityV1PublicKeyProperty) Begin

Begin returns the first iterator, or nil if empty. Can be used with the iterator's Next method and this property's End method to iterate from front to back through all values.

func (W3IDSecurityV1PublicKeyProperty) Empty

Empty returns returns true if there are no elements.

func (W3IDSecurityV1PublicKeyProperty) End

End returns beyond-the-last iterator, which is nil. Can be used with the iterator's Next method and this property's Begin method to iterate from front to back through all values.

func (*W3IDSecurityV1PublicKeyProperty) InsertIRI

func (this *W3IDSecurityV1PublicKeyProperty) InsertIRI(idx int, v *url.URL)

Insert inserts an IRI value at the specified index for a property "publicKey". Existing elements at that index and higher are shifted back once. Invalidates all iterators.

func (*W3IDSecurityV1PublicKeyProperty) InsertType

func (this *W3IDSecurityV1PublicKeyProperty) InsertType(idx int, t vocab.Type) error

PrependType prepends an arbitrary type value to the front of a list of the property "publicKey". Invalidates all iterators. Returns an error if the type is not a valid one to set for this property.

func (*W3IDSecurityV1PublicKeyProperty) InsertW3IDSecurityV1PublicKey

func (this *W3IDSecurityV1PublicKeyProperty) InsertW3IDSecurityV1PublicKey(idx int, v vocab.W3IDSecurityV1PublicKey)

InsertW3IDSecurityV1PublicKey inserts a PublicKey value at the specified index for a property "publicKey". Existing elements at that index and higher are shifted back once. Invalidates all iterators.

func (W3IDSecurityV1PublicKeyProperty) JSONLDContext

func (this W3IDSecurityV1PublicKeyProperty) JSONLDContext() map[string]string

JSONLDContext returns the JSONLD URIs required in the context string for this property and the specific values that are set. The value in the map is the alias used to import the property's value or values.

func (W3IDSecurityV1PublicKeyProperty) KindIndex

func (this W3IDSecurityV1PublicKeyProperty) KindIndex(idx int) int

KindIndex computes an arbitrary value for indexing this kind of value. This is a leaky API method specifically needed only for alternate implementations for go-fed. Applications should not use this method. Panics if the index is out of bounds.

func (W3IDSecurityV1PublicKeyProperty) Len

func (this W3IDSecurityV1PublicKeyProperty) Len() (length int)

Len returns the number of values that exist for the "publicKey" property.

func (W3IDSecurityV1PublicKeyProperty) Less

func (this W3IDSecurityV1PublicKeyProperty) Less(i, j int) bool

Less computes whether another property is less than this one. Mixing types results in a consistent but arbitrary ordering

func (W3IDSecurityV1PublicKeyProperty) LessThan

LessThan compares two instances of this property with an arbitrary but stable comparison. Applications should not use this because it is only meant to help alternative implementations to go-fed to be able to normalize nonfunctional properties.

func (W3IDSecurityV1PublicKeyProperty) Name

Name returns the name of this property ("publicKey") with any alias.

func (*W3IDSecurityV1PublicKeyProperty) PrependIRI

func (this *W3IDSecurityV1PublicKeyProperty) PrependIRI(v *url.URL)

PrependIRI prepends an IRI value to the front of a list of the property "publicKey".

func (*W3IDSecurityV1PublicKeyProperty) PrependType

func (this *W3IDSecurityV1PublicKeyProperty) PrependType(t vocab.Type) error

PrependType prepends an arbitrary type value to the front of a list of the property "publicKey". Invalidates all iterators. Returns an error if the type is not a valid one to set for this property.

func (*W3IDSecurityV1PublicKeyProperty) PrependW3IDSecurityV1PublicKey

func (this *W3IDSecurityV1PublicKeyProperty) PrependW3IDSecurityV1PublicKey(v vocab.W3IDSecurityV1PublicKey)

PrependW3IDSecurityV1PublicKey prepends a PublicKey value to the front of a list of the property "publicKey". Invalidates all iterators.

func (*W3IDSecurityV1PublicKeyProperty) Remove

func (this *W3IDSecurityV1PublicKeyProperty) Remove(idx int)

Remove deletes an element at the specified index from a list of the property "publicKey", regardless of its type. Panics if the index is out of bounds. Invalidates all iterators.

func (W3IDSecurityV1PublicKeyProperty) Serialize

func (this W3IDSecurityV1PublicKeyProperty) Serialize() (interface{}, error)

Serialize converts this into an interface representation suitable for marshalling into a text or binary format. Applications should not need this function as most typical use cases serialize types instead of individual properties. It is exposed for alternatives to go-fed implementations to use.

func (*W3IDSecurityV1PublicKeyProperty) Set

Set sets a PublicKey value to be at the specified index for the property "publicKey". Panics if the index is out of bounds. Invalidates all iterators.

func (*W3IDSecurityV1PublicKeyProperty) SetIRI

func (this *W3IDSecurityV1PublicKeyProperty) SetIRI(idx int, v *url.URL)

SetIRI sets an IRI value to be at the specified index for the property "publicKey". Panics if the index is out of bounds.

func (*W3IDSecurityV1PublicKeyProperty) SetType

func (this *W3IDSecurityV1PublicKeyProperty) SetType(idx int, t vocab.Type) error

SetType sets an arbitrary type value to the specified index of the property "publicKey". Invalidates all iterators. Returns an error if the type is not a valid one to set for this property. Panics if the index is out of bounds.

func (W3IDSecurityV1PublicKeyProperty) Swap

func (this W3IDSecurityV1PublicKeyProperty) Swap(i, j int)

Swap swaps the location of values at two indices for the "publicKey" property.

type W3IDSecurityV1PublicKeyPropertyIterator

type W3IDSecurityV1PublicKeyPropertyIterator struct {
	// contains filtered or unexported fields
}

W3IDSecurityV1PublicKeyPropertyIterator is an iterator for a property. It is permitted to be a single nilable value type.

func NewW3IDSecurityV1PublicKeyPropertyIterator

func NewW3IDSecurityV1PublicKeyPropertyIterator() *W3IDSecurityV1PublicKeyPropertyIterator

NewW3IDSecurityV1PublicKeyPropertyIterator creates a new W3IDSecurityV1PublicKey property.

func (W3IDSecurityV1PublicKeyPropertyIterator) Get

Get returns the value of this property. When IsW3IDSecurityV1PublicKey returns false, Get will return any arbitrary value.

func (W3IDSecurityV1PublicKeyPropertyIterator) GetIRI

GetIRI returns the IRI of this property. When IsIRI returns false, GetIRI will return any arbitrary value.

func (W3IDSecurityV1PublicKeyPropertyIterator) GetType

GetType returns the value in this property as a Type. Returns nil if the value is not an ActivityStreams type, such as an IRI or another value.

func (W3IDSecurityV1PublicKeyPropertyIterator) HasAny

HasAny returns true if the value or IRI is set.

func (W3IDSecurityV1PublicKeyPropertyIterator) IsIRI

IsIRI returns true if this property is an IRI.

func (W3IDSecurityV1PublicKeyPropertyIterator) IsW3IDSecurityV1PublicKey

func (this W3IDSecurityV1PublicKeyPropertyIterator) IsW3IDSecurityV1PublicKey() bool

IsW3IDSecurityV1PublicKey returns true if this property is set and not an IRI.

func (W3IDSecurityV1PublicKeyPropertyIterator) JSONLDContext

func (this W3IDSecurityV1PublicKeyPropertyIterator) JSONLDContext() map[string]string

JSONLDContext returns the JSONLD URIs required in the context string for this property and the specific values that are set. The value in the map is the alias used to import the property's value or values.

func (W3IDSecurityV1PublicKeyPropertyIterator) KindIndex

KindIndex computes an arbitrary value for indexing this kind of value. This is a leaky API detail only for folks looking to replace the go-fed implementation. Applications should not use this method.

func (W3IDSecurityV1PublicKeyPropertyIterator) LessThan

LessThan compares two instances of this property with an arbitrary but stable comparison. Applications should not use this because it is only meant to help alternative implementations to go-fed to be able to normalize nonfunctional properties.

func (W3IDSecurityV1PublicKeyPropertyIterator) Name

Name returns the name of this property: "W3IDSecurityV1PublicKey".

func (W3IDSecurityV1PublicKeyPropertyIterator) Next

Next returns the next iterator, or nil if there is no next iterator.

func (W3IDSecurityV1PublicKeyPropertyIterator) Prev

Prev returns the previous iterator, or nil if there is no previous iterator.

func (*W3IDSecurityV1PublicKeyPropertyIterator) Set

Set sets the value of this property. Calling IsW3IDSecurityV1PublicKey afterwards will return true.

func (*W3IDSecurityV1PublicKeyPropertyIterator) SetIRI

SetIRI sets the value of this property. Calling IsIRI afterwards will return true.

func (*W3IDSecurityV1PublicKeyPropertyIterator) SetType

SetType attempts to set the property for the arbitrary type. Returns an error if it is not a valid type to set on this property.

Jump to

Keyboard shortcuts

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