mirror of
https://github.com/balzack/databag.git
synced 2025-02-12 03:29:16 +00:00
.. | ||
store | ||
addNodeAccount.endpoint.go | ||
adminLogin.go | ||
api_account.go | ||
api_admin.go | ||
api_authorize.go | ||
api_contact.go | ||
api_content.go | ||
api_conversation.go | ||
api_profile.go | ||
api_share.go | ||
api_status.go | ||
config.go | ||
configNames.go | ||
getNodeClaimable.endpoint.go | ||
getNodeConfig.endpoint.go | ||
logger.go | ||
main_test.go | ||
model_insight.go | ||
model_label.go | ||
model_labels_label_id_body.go | ||
model_node_config.go | ||
model_profile_data.go | ||
model_profile.go | ||
model_revision.go | ||
model_share_groups_body.go | ||
model_tag.go | ||
model_topic_id_assets_body.go | ||
model_topic_id_subject_body.go | ||
model_topic_id_tags_body.go | ||
model_topic.go | ||
model_tunnel.go | ||
models.go | ||
new_account_test.go | ||
README.md | ||
routers.go | ||
setNodeClaim.endpoint.go | ||
setNodeConfig.endpoint.go |
Go API Server for databag
DataBag provides storage for decentralized identity based self-hosting apps. It is intended to support sharing of personal data and hosting group conversations.
Overview
This server was generated by the [swagger-codegen]
(https://github.com/swagger-api/swagger-codegen) project.
By using the OpenAPI-Spec from a remote server, you can easily generate a server stub.
To see how to make this your own, look here:
- API version: 0.0.1
- Build date: 2022-01-13T17:14:57.205Z[GMT]
Running the server
To run the server, follow these simple steps:
go run main.go