mirror of
https://github.com/balzack/databag.git
synced 2025-04-22 01:25:17 +00:00
more layout changes
This commit is contained in:
parent
0ef88b376e
commit
62b8eb1536
@ -1,21 +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 Insight struct {
|
||||
|
||||
InsightId string `json:"insightId"`
|
||||
|
||||
InsightRevision int64 `json:"insightRevision"`
|
||||
|
||||
CardId string `json:"cardId"`
|
||||
|
||||
Status string `json:"status"`
|
||||
}
|
@ -1,25 +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 Label struct {
|
||||
|
||||
LabelId string `json:"labelId"`
|
||||
|
||||
LabelRevision int64 `json:"labelRevision"`
|
||||
|
||||
Type_ string `json:"type"`
|
||||
|
||||
Data string `json:"data"`
|
||||
|
||||
Created int32 `json:"created"`
|
||||
|
||||
Groups []string `json:"groups,omitempty"`
|
||||
}
|
@ -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 LabelsLabelIdBody struct {
|
||||
|
||||
Type_ string `json:"type"`
|
||||
|
||||
Data string `json:"data"`
|
||||
}
|
@ -1,19 +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 NodeConfig struct {
|
||||
|
||||
Domain string `json:"domain"`
|
||||
|
||||
PublicLimit int64 `json:"publicLimit"`
|
||||
|
||||
AccountStorage int64 `json:"accountStorage"`
|
||||
}
|
@ -191,3 +191,29 @@ type InlineResponse2011 struct {
|
||||
Topic *Topic `json:"topic,omitempty"`
|
||||
}
|
||||
|
||||
type Insight struct {
|
||||
InsightId string `json:"insightId"`
|
||||
InsightRevision int64 `json:"insightRevision"`
|
||||
CardId string `json:"cardId"`
|
||||
Status string `json:"status"`
|
||||
}
|
||||
|
||||
type Label struct {
|
||||
LabelId string `json:"labelId"`
|
||||
LabelRevision int64 `json:"labelRevision"`
|
||||
Type_ string `json:"type"`
|
||||
Data string `json:"data"`
|
||||
Created int32 `json:"created"`
|
||||
Groups []string `json:"groups,omitempty"`
|
||||
}
|
||||
|
||||
type LabelsLabelIdBody struct {
|
||||
Type_ string `json:"type"`
|
||||
Data string `json:"data"`
|
||||
}
|
||||
|
||||
type NodeConfig struct {
|
||||
Domain string `json:"domain"`
|
||||
PublicLimit int64 `json:"publicLimit"`
|
||||
AccountStorage int64 `json:"accountStorage"`
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user