From 09ef9e639efa1b01005dcb7fc044611f277ad618 Mon Sep 17 00:00:00 2001 From: tobi <31960611+tsmethurst@users.noreply.github.com> Date: Sat, 13 Nov 2021 17:29:43 +0100 Subject: move to ssb gofed fork (#298) --- .../activity/streams/gen_pkg_w3idsecurityv1_extends.go | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 vendor/github.com/go-fed/activity/streams/gen_pkg_w3idsecurityv1_extends.go (limited to 'vendor/github.com/go-fed/activity/streams/gen_pkg_w3idsecurityv1_extends.go') diff --git a/vendor/github.com/go-fed/activity/streams/gen_pkg_w3idsecurityv1_extends.go b/vendor/github.com/go-fed/activity/streams/gen_pkg_w3idsecurityv1_extends.go deleted file mode 100644 index 54d3f6625..000000000 --- a/vendor/github.com/go-fed/activity/streams/gen_pkg_w3idsecurityv1_extends.go +++ /dev/null @@ -1,14 +0,0 @@ -// Code generated by astool. DO NOT EDIT. - -package streams - -import ( - typepublickey "github.com/go-fed/activity/streams/impl/w3idsecurityv1/type_publickey" - vocab "github.com/go-fed/activity/streams/vocab" -) - -// W3IDSecurityV1W3IDSecurityV1PublicKeyExtends returns true if PublicKey extends -// from the other's type. -func W3IDSecurityV1W3IDSecurityV1PublicKeyExtends(other vocab.Type) bool { - return typepublickey.W3IDSecurityV1PublicKeyExtends(other) -} -- cgit v1.2.3