// Code generated by astool. DO NOT EDIT. package streams import ( typeemoji "github.com/go-fed/activity/streams/impl/toot/type_emoji" typeidentityproof "github.com/go-fed/activity/streams/impl/toot/type_identityproof" vocab "github.com/go-fed/activity/streams/vocab" ) // NewTootEmoji creates a new TootEmoji func NewTootEmoji() vocab.TootEmoji { return typeemoji.NewTootEmoji() } // NewTootIdentityProof creates a new TootIdentityProof func NewTootIdentityProof() vocab.TootIdentityProof { return typeidentityproof.NewTootIdentityProof() }