api

package
v0.1.6 Latest Latest
Warning

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

Go to latest
Published: Jun 24, 2022 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Calculator

type Calculator interface {
	Add(a ...float64) float64
	Pow(a, b float64) float64
	Divide(a, b float64) (float64, error)
	Avg(a []float64) float64
}

Calculator the calcuator interface

type Utils

type Utils interface {
	Capitalize(s string) string
	TikTok(ctx context.Context) <-chan time.Time // event
	Panic() int
	Sleep(t time.Duration) error
}

Jump to

Keyboard shortcuts

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