diff --git a/net/server/internal/model_profile.go b/net/server/internal/model_profile.go deleted file mode 100644 index 6a5d8635..00000000 --- a/net/server/internal/model_profile.go +++ /dev/null @@ -1,31 +0,0 @@ -/* - * DataBag - * - * DataBag provides storage for decentralized identity based self-hosting apps. It is intended to support sharing of personal data and hosting group conversations. - * - * API version: 0.0.1 - * Contact: roland.osborne@gmail.com - * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git) - */ -package databag - -type Profile struct { - - ProfileId string `json:"profileId"` - - Handle string `json:"handle,omitempty"` - - Name string `json:"name,omitempty"` - - Description string `json:"description,omitempty"` - - Location string `json:"location,omitempty"` - - Image string `json:"image,omitempty"` - - Revision int64 `json:"revision"` - - Version string `json:"version,omitempty"` - - Node string `json:"node"` -} diff --git a/net/server/internal/model_profile_data.go b/net/server/internal/model_profile_data.go deleted file mode 100644 index 9af36d6e..00000000 --- a/net/server/internal/model_profile_data.go +++ /dev/null @@ -1,23 +0,0 @@ -/* - * DataBag - * - * DataBag provides storage for decentralized identity based self-hosting apps. It is intended to support sharing of personal data and hosting group conversations. - * - * API version: 0.0.1 - * Contact: roland.osborne@gmail.com - * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git) - */ -package databag - -type ProfileData struct { - - Handle string `json:"handle,omitempty"` - - Name string `json:"name,omitempty"` - - Description string `json:"description,omitempty"` - - Location string `json:"location,omitempty"` - - Image string `json:"image,omitempty"` -} diff --git a/net/server/internal/model_revision.go b/net/server/internal/model_revision.go deleted file mode 100644 index 6df1913a..00000000 --- a/net/server/internal/model_revision.go +++ /dev/null @@ -1,27 +0,0 @@ -/* - * DataBag - * - * DataBag provides storage for decentralized identity based self-hosting apps. It is intended to support sharing of personal data and hosting group conversations. - * - * API version: 0.0.1 - * Contact: roland.osborne@gmail.com - * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git) - */ -package databag - -type Revision struct { - - Profile int64 `json:"profile"` - - Content int64 `json:"content"` - - Label int64 `json:"label"` - - Group int64 `json:"share"` - - Card int64 `json:"card"` - - Dialogue int64 `json:"dialogue"` - - Insight int64 `json:"insight"` -} diff --git a/net/server/internal/model_share_groups_body.go b/net/server/internal/model_share_groups_body.go deleted file mode 100644 index 8e762a66..00000000 --- a/net/server/internal/model_share_groups_body.go +++ /dev/null @@ -1,17 +0,0 @@ -/* - * DataBag - * - * DataBag provides storage for decentralized identity based self-hosting apps. It is intended to support sharing of personal data and hosting group conversations. - * - * API version: 0.0.1 - * Contact: roland.osborne@gmail.com - * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git) - */ -package databag - -type ShareGroupsBody struct { - - Type_ string `json:"type"` - - Data string `json:"data"` -} diff --git a/net/server/internal/models.go b/net/server/internal/models.go index 12b99465..9f6c6b0f 100644 --- a/net/server/internal/models.go +++ b/net/server/internal/models.go @@ -252,3 +252,4 @@ type ShareGroupsBody struct { Type_ string `json:"type"` Data string `json:"data"` } +