feudal/identity/address.proto
Matthew Rich aebc94074f
Some checks failed
Lint / golangci-lint (push) Failing after 9m39s
Declarative Tests / test (push) Failing after 7s
add identity
2024-05-05 00:14:57 -07:00

9 lines
164 B
Protocol Buffer

// Copyright 2024 Matthew Rich <matthewrich.conf@gmail.com>. All rights reserved.
syntax = "proto3";
package identity;
message Address {
string address = 1;
}