mirror of
https://github.com/balzack/databag.git
synced 2025-02-12 03:29:16 +00:00
more layout changes
This commit is contained in:
parent
705a8349ff
commit
a966f2557e
@ -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"`
|
||||
}
|
@ -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"`
|
||||
}
|
@ -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"`
|
||||
}
|
@ -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"`
|
||||
}
|
@ -252,3 +252,4 @@ type ShareGroupsBody struct {
|
||||
Type_ string `json:"type"`
|
||||
Data string `json:"data"`
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user