roll

package
v0.39.0 Latest Latest
Warning

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

Go to latest
Published: Apr 24, 2024 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Compare added in v0.34.0

func Compare[T Ordered](x, y T) int

Types

type Ordered added in v0.34.0

type Ordered interface {
	~int | ~int8 | ~int16 | ~int32 | ~int64 |
		~uint | ~uint8 | ~uint16 | ~uint32 | ~uint64 | ~uintptr |
		~float32 | ~float64 |
		~string
}

type Suite added in v0.10.0

type Suite struct {
	ServiceToPackage map[string]string
	// contains filtered or unexported fields
}

func NewSuite

func NewSuite(dirname string) (*Suite, error)

func (*Suite) FullName added in v0.10.0

func (s *Suite) FullName() string

func (*Suite) Methods added in v0.10.0

func (s *Suite) Methods() []methodRef

func (*Suite) OptimizeWithApiSpec added in v0.10.0

func (s *Suite) OptimizeWithApiSpec(b *code.Batch) error

func (*Suite) Samples added in v0.10.0

func (s *Suite) Samples() (out []*sample)

func (*Suite) ServicesExamples added in v0.10.0

func (s *Suite) ServicesExamples() (out []*serviceExample)

Jump to

Keyboard shortcuts

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