api

package
v0.0.0-...-dc1866d Latest Latest
Warning

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

Go to latest
Published: Mar 20, 2017 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type SecretPayload

type SecretPayload struct {
	Payload string `json:"payload"`
}

SecretPayload defines the api structure to be used by remote clients to post secrets

type SecretRecord

type SecretRecord struct {
	Name    string `json:"name"`
	Serial  int64  `json:"serial"`
	Payload string `json:"payload"`
	Active  bool   `json:"active"`
}

SecretRecord abstracts the secret record to store and retrieve

Jump to

Keyboard shortcuts

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