Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MyPowerOfNService ¶
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
Click to show internal directories.
Click to hide internal directories.