pkg/signature/domain.go (5 lines of code) (raw):

package signature type Domain struct { Name string Pubkey string }