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
ae8e8abfd9
commit
0ef88b376e
@ -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 Group struct {
|
||||
|
||||
GroupId string `json:"groupId"`
|
||||
|
||||
GroupRevision int64 `json:"groupRevision"`
|
||||
|
||||
Type_ string `json:"type"`
|
||||
|
||||
Data string `json:"data"`
|
||||
|
||||
Created int32 `json:"created"`
|
||||
|
||||
Modified int32 `json:"modified"`
|
||||
}
|
@ -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 GroupsGroupIdBody struct {
|
||||
|
||||
Type_ string `json:"type"`
|
||||
|
||||
Data string `json:"data"`
|
||||
}
|
@ -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 InlineResponse200 struct {
|
||||
|
||||
Token string `json:"token,omitempty"`
|
||||
|
||||
Status string `json:"status"`
|
||||
}
|
@ -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 InlineResponse2001 struct {
|
||||
|
||||
Id string `json:"id,omitempty"`
|
||||
|
||||
Revision int64 `json:"revision,omitempty"`
|
||||
}
|
@ -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 InlineResponse2002 struct {
|
||||
|
||||
BlockId string `json:"blockId,omitempty"`
|
||||
|
||||
BlockRevision int64 `json:"blockRevision,omitempty"`
|
||||
|
||||
Tag *Tag `json:"tag,omitempty"`
|
||||
}
|
@ -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 InlineResponse201 struct {
|
||||
|
||||
BlockId string `json:"blockId,omitempty"`
|
||||
|
||||
BlockRevision int64 `json:"blockRevision,omitempty"`
|
||||
|
||||
Article *Article `json:"article,omitempty"`
|
||||
}
|
@ -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 InlineResponse2011 struct {
|
||||
|
||||
BlockId string `json:"blockId,omitempty"`
|
||||
|
||||
BlockRevision int64 `json:"blockRevision,omitempty"`
|
||||
|
||||
Topic *Topic `json:"topic,omitempty"`
|
||||
}
|
@ -148,3 +148,46 @@ type Disconnect struct {
|
||||
RequestedId string `json:"requestedId"`
|
||||
Timestamp int32 `json:"timestamp"`
|
||||
}
|
||||
|
||||
type Group struct {
|
||||
GroupId string `json:"groupId"`
|
||||
GroupRevision int64 `json:"groupRevision"`
|
||||
Type_ string `json:"type"`
|
||||
Data string `json:"data"`
|
||||
Created int32 `json:"created"`
|
||||
Modified int32 `json:"modified"`
|
||||
}
|
||||
|
||||
type GroupsGroupIdBody struct {
|
||||
Type_ string `json:"type"`
|
||||
Data string `json:"data"`
|
||||
}
|
||||
|
||||
type InlineResponse200 struct {
|
||||
Token string `json:"token,omitempty"`
|
||||
Status string `json:"status"`
|
||||
}
|
||||
|
||||
type InlineResponse2001 struct {
|
||||
Id string `json:"id,omitempty"`
|
||||
Revision int64 `json:"revision,omitempty"`
|
||||
}
|
||||
|
||||
type InlineResponse2002 struct {
|
||||
BlockId string `json:"blockId,omitempty"`
|
||||
BlockRevision int64 `json:"blockRevision,omitempty"`
|
||||
Tag *Tag `json:"tag,omitempty"`
|
||||
}
|
||||
|
||||
type InlineResponse201 struct {
|
||||
BlockId string `json:"blockId,omitempty"`
|
||||
BlockRevision int64 `json:"blockRevision,omitempty"`
|
||||
Article *Article `json:"article,omitempty"`
|
||||
}
|
||||
|
||||
type InlineResponse2011 struct {
|
||||
BlockId string `json:"blockId,omitempty"`
|
||||
BlockRevision int64 `json:"blockRevision,omitempty"`
|
||||
Topic *Topic `json:"topic,omitempty"`
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user