databag/net/server/internal
2022-01-15 13:57:08 -08:00
..
store added account create token 2022-01-15 00:07:00 -08:00
addNodeAccount.endpoint.go chaning code layout 2022-01-15 13:28:28 -08:00
adminLogin.go more code layout changes 2022-01-15 13:45:37 -08:00
api_account.go adding forwarding address 2022-01-13 10:06:19 -08:00
api_admin.go more code layout changes 2022-01-15 13:45:37 -08:00
api_authorize.go fixing build 2022-01-12 21:23:18 -08:00
api_contact.go updated api to support import/export 2022-01-12 21:00:52 -08:00
api_content.go updated api to support import/export 2022-01-12 21:00:52 -08:00
api_conversation.go updated api to support import/export 2022-01-12 21:00:52 -08:00
api_profile.go updated api to support import/export 2022-01-12 21:00:52 -08:00
api_share.go updated api to support import/export 2022-01-12 21:00:52 -08:00
api_status.go gracefully exit websocket on server exit 2022-01-14 14:14:51 -08:00
config.go removing context variables 2022-01-14 20:45:53 -08:00
configNames.go chaning code layout 2022-01-15 13:28:28 -08:00
getNodeClaimable.endpoint.go more code layout changes 2022-01-15 13:45:37 -08:00
getNodeConfig.endpoint.go more code layout changes 2022-01-15 13:45:37 -08:00
logger.go updated api to support import/export 2022-01-12 21:00:52 -08:00
main_test.go added account create token 2022-01-15 00:07:00 -08:00
model_insight.go updated api to support import/export 2022-01-12 21:00:52 -08:00
model_label.go updated api to support import/export 2022-01-12 21:00:52 -08:00
model_labels_label_id_body.go updated api to support import/export 2022-01-12 21:00:52 -08:00
model_node_config.go updated api to support import/export 2022-01-12 21:00:52 -08:00
model_profile_data.go updated api to support import/export 2022-01-12 21:00:52 -08:00
model_profile.go updated api to support import/export 2022-01-12 21:00:52 -08:00
model_revision.go sending revision message of websocket 2022-01-14 13:36:02 -08:00
model_share_groups_body.go updated api to support import/export 2022-01-12 21:00:52 -08:00
model_tag.go updated api to support import/export 2022-01-12 21:00:52 -08:00
model_topic_id_assets_body.go updated api to support import/export 2022-01-12 21:00:52 -08:00
model_topic_id_subject_body.go updated api to support import/export 2022-01-12 21:00:52 -08:00
model_topic_id_tags_body.go updated api to support import/export 2022-01-12 21:00:52 -08:00
model_topic.go updated api to support import/export 2022-01-12 21:00:52 -08:00
model_tunnel.go updated api to support import/export 2022-01-12 21:00:52 -08:00
models.go more layout changes 2022-01-15 13:57:08 -08:00
new_account_test.go added account create token 2022-01-15 00:07:00 -08:00
README.md adding account delete interface 2022-01-13 09:17:22 -08:00
routers.go removing context variables 2022-01-14 20:45:53 -08:00
setNodeClaim.endpoint.go more code layout changes 2022-01-15 13:45:37 -08:00
setNodeConfig.endpoint.go more code layout changes 2022-01-15 13:45:37 -08:00

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:

README

  • 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