dethnote/src/vault/vault.go

8 lines
178 B
Go

// Package vault provides the API functions to read and write the encrypted
// notes for dethnote.
package vault
func CreateNote(email string, timeout int, message string) {
}