api

package
v0.0.0-...-31b4c3b Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 15, 2024 License: GPL-3.0 Imports: 9 Imported by: 0

Documentation

Overview

Package api - endpoints of http server.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type API

type API struct {
	// contains filtered or unexported fields
}

API structs implements generated strict openapi interface.

func New

func New(usr *user.Service, scrt *secret.Service) *API

New creates new API struct.

func (*API) Login

Login user. (POST /login).

func (*API) Register

Register new user. (POST /register).

func (*API) SecretGetByID

SecretGetByID Get secret by id. (GET /secrets/{secret_id}).

func (*API) SecretList

SecretList Get list of secrets of user. (GET /secrets).

func (*API) SecretSet

SecretSet - Creates new secret of user. (POST /secrets).

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL