worklog

package
v0.0.0-...-f2091f6 Latest Latest
Warning

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

Go to latest
Published: Oct 17, 2015 License: BSD-2-Clause Imports: 4 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Hello

type Hello struct {
	Name string
}

type LogRow

type LogRow struct {
	*Project

	Elapsed float32 `fstate`
	Running bool    `fstate`
	// contains filtered or unexported fields
}

type LogTable

type LogTable struct {
	FilterText string
	Projects   []*Project
}

type Project

type Project struct {
	ID    int
	Title string
}
type SearchBar struct {
	FilterText string
	OnSearch   func(string)
}

type Worklog

type Worklog struct {
	Projects   []*Project `fstate`
	FilterText string     `fstate`

	dummy.DemoStruct
	StateField int `fstate`
	// contains filtered or unexported fields
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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