2019-10-20 07:45:12 +09:00
|
|
|
// Code generated by astool. DO NOT EDIT.
|
|
|
|
|
2019-09-17 05:49:31 +09:00
|
|
|
package streams
|
|
|
|
|
|
|
|
import (
|
2024-04-02 11:20:38 +09:00
|
|
|
typepublickey "gitler.moe/suwako/activity/streams/impl/w3idsecurityv1/type_publickey"
|
|
|
|
vocab "gitler.moe/suwako/activity/streams/vocab"
|
2019-09-17 05:49:31 +09:00
|
|
|
)
|
|
|
|
|
|
|
|
// IsOrExtendsW3IDSecurityV1PublicKey returns true if the other provided type is
|
|
|
|
// the PublicKey type or extends from the PublicKey type.
|
|
|
|
func IsOrExtendsW3IDSecurityV1PublicKey(other vocab.Type) bool {
|
|
|
|
return typepublickey.IsOrExtendsPublicKey(other)
|
|
|
|
}
|