profile_stats

package module
v0.4.2 Latest Latest
Warning

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

Go to latest
Published: Sep 17, 2021 License: MIT Imports: 2 Imported by: 0

README

profile_stats

Go Report Card GitHub license

Update markdown or svg dynamically

Feature

License

Licensed under the MIT License. See LICENSE for the full license text.

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Args

type Args interface {
	String(name string) (string, bool)
	StringSlice(name string) ([]string, bool)
	Int(name string) (int, bool)
}

type Generator

type Generator interface {
	Generate(ctx context.Context, w io.Writer, args Args) error
}

Jump to

Keyboard shortcuts

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