albatross

package module
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Oct 26, 2020 License: Apache-2.0 Imports: 0 Imported by: 0

README

go-albatross

go-albatross is a Go implementation of the Albatross Core API.

To use go-albatross from the command line, you're probably looking for the albatross command line tool.

Contributing

This code, although functional, is still in it's early stages.

Project Structure
go-albatross/
├── cmd/
│   └── albatross/ # The albatross command line tool.
│
├── pkg/
│   └── core/ # An implementation of the core API. Although it's called core, typically it would be imported as "albatross".
│
├── entries/ # An entries parser. This package deals with processing an entries folder containing the extended markdown syntax
│            # and turning it into an internal graph.
│            # It defines an Entry struct and an Entries data structure which allowed for quick searching and processing.
│
├── encryption/ # This package deals with providing encryption functionality. This will use OpenPGP and provide an simple API
│               # for encrypting and decrpyting folders with public and private keys.
│
├── version.go # Holds version information.
├── doc.go # Go doc file.
│
├── README.md # Readme.
│
├── go.mod # Go modules.
└── go.sum # Go modules.

Documentation

Index

Constants

View Source
const Version = "0.1.0"

Version holds version information.

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Directories

Path Synopsis
cmd
pkg

Jump to

Keyboard shortcuts

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