6 lines
64 B
Plaintext
6 lines
64 B
Plaintext
type DID string
|
|
|
|
type Example struct {
|
|
hello String
|
|
id DID
|
|
} |