6 lines
80 B
Go
6 lines
80 B
Go
|
package api
|
||
|
|
||
|
type Passphrase struct {
|
||
|
Value *string `json:"value,omitempty"`
|
||
|
}
|