diff options
Diffstat (limited to 'pkg/mastotypes/model/account.go')
-rw-r--r-- | pkg/mastotypes/model/account.go | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pkg/mastotypes/model/account.go b/pkg/mastotypes/model/account.go new file mode 100644 index 000000000..4de7f4d19 --- /dev/null +++ b/pkg/mastotypes/model/account.go @@ -0,0 +1,4 @@ +package mastotypes + +type Account struct { +} |