tomedo

package module
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Aug 29, 2022 License: MIT Imports: 3 Imported by: 0

README

tomedo

A Go-package and binary to access the database of a tomedo server.

Installation

To install the tomedo binary

The easiest way to install the tomedo command is by running...

$ go install github.com/bjoernalbers/tomedo/cmd/...@latest

Alternatively you can clone this repository, cd into it and execute:

$ go install ./...

Both methods will install the binary into $GOBIN which defaults to $GOPATH/bin or $HOME/go/bin.

To install the Go library / package

In case you just want to use the "tomedo" Go-package, install it like this within your module:

$ go get github.com/bjoernalbers/tomedo

Usage

Running tomedo displays a list of users.

Documentation

Overview

tomedo allows access to tomedo's database

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type User

type User struct {
	Name      string
	FirstName string
	LastName  string
}

func Users

func Users() ([]User, error)

tomedoUsers returns all users found in tomedo's database

func (User) String

func (u User) String() string

Directories

Path Synopsis
cmd
tomedo
tomedo displays all tomedo users (only real people w/o special users)
tomedo displays all tomedo users (only real people w/o special users)

Jump to

Keyboard shortcuts

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