29 行
1.1 KiB
Go
29 行
1.1 KiB
Go
// Code generated by astool. DO NOT EDIT.
|
|
|
|
package streams
|
|
|
|
import (
|
|
propertyowner "gitler.moe/suwako/activity/streams/impl/w3idsecurityv1/property_owner"
|
|
propertypublickey "gitler.moe/suwako/activity/streams/impl/w3idsecurityv1/property_publickey"
|
|
propertypublickeypem "gitler.moe/suwako/activity/streams/impl/w3idsecurityv1/property_publickeypem"
|
|
vocab "gitler.moe/suwako/activity/streams/vocab"
|
|
)
|
|
|
|
// NewW3IDSecurityV1W3IDSecurityV1OwnerProperty creates a new
|
|
// W3IDSecurityV1OwnerProperty
|
|
func NewW3IDSecurityV1OwnerProperty() vocab.W3IDSecurityV1OwnerProperty {
|
|
return propertyowner.NewW3IDSecurityV1OwnerProperty()
|
|
}
|
|
|
|
// NewW3IDSecurityV1W3IDSecurityV1PublicKeyProperty creates a new
|
|
// W3IDSecurityV1PublicKeyProperty
|
|
func NewW3IDSecurityV1PublicKeyProperty() vocab.W3IDSecurityV1PublicKeyProperty {
|
|
return propertypublickey.NewW3IDSecurityV1PublicKeyProperty()
|
|
}
|
|
|
|
// NewW3IDSecurityV1W3IDSecurityV1PublicKeyPemProperty creates a new
|
|
// W3IDSecurityV1PublicKeyPemProperty
|
|
func NewW3IDSecurityV1PublicKeyPemProperty() vocab.W3IDSecurityV1PublicKeyPemProperty {
|
|
return propertypublickeypem.NewW3IDSecurityV1PublicKeyPemProperty()
|
|
}
|