dummyservices

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Nov 7, 2022 License: GPL-3.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MyPowerOfNService

type MyPowerOfNService interface {
	ToPowerOfN(float64, float64) float64
}

simple service that does a computation and publishes to Pub/Sub

func NewMyPowerOfNService

func NewMyPowerOfNService() MyPowerOfNService

type SimplePowerOfNService

type SimplePowerOfNService struct{}

func (SimplePowerOfNService) ToPowerOfN

func (s SimplePowerOfNService) ToPowerOfN(x float64, n float64) float64

type SomeTestAPI

type SomeTestAPI interface {
	Start()
	Stop()
}

func NewSomeTestAPI

func NewSomeTestAPI() SomeTestAPI

Jump to

Keyboard shortcuts

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