diff options
Diffstat (limited to 'identity')
-rw-r--r-- | identity/identity_stub.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/identity/identity_stub.go b/identity/identity_stub.go index 592eab30..a2cee0ad 100644 --- a/identity/identity_stub.go +++ b/identity/identity_stub.go @@ -20,6 +20,7 @@ type IdentityStub struct { } func (i *IdentityStub) MarshalJSON() ([]byte, error) { + // TODO: add a type marker return json.Marshal(struct { Id string `json:"id"` }{ |