twobuyer

package module
v0.0.0-...-ba6ab49 Latest Latest
Warning

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

Go to latest
Published: Apr 8, 2021 License: GPL-3.0 Imports: 19 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func InitOtlpTracer

func InitOtlpTracer() func()

func RunAll

func RunAll()

Types

type A

type A struct {
	// contains filtered or unexported fields
}

func (*A) RecvB

func (a *A) RecvB(ctx context.Context, label string) int

func (*A) RecvS

func (a *A) RecvS(ctx context.Context, label string) int

func (*A) SendB

func (a *A) SendB(ctx context.Context, label string, v int)

func (*A) SendS

func (a *A) SendS(ctx context.Context, label string, v int)

type B

type B struct {
	// contains filtered or unexported fields
}

func (*B) RecvA

func (b *B) RecvA(ctx context.Context, label string) int

func (*B) RecvS

func (b *B) RecvS(ctx context.Context, label string) int

func (*B) SendA

func (b *B) SendA(ctx context.Context, label string, v int)

func (*B) SendS

func (b *B) SendS(ctx context.Context, label string, v int)

type S

type S struct {
	// contains filtered or unexported fields
}

func (*S) RecvA

func (s *S) RecvA(ctx context.Context, label string) int

func (*S) RecvB

func (s *S) RecvB(ctx context.Context, label string) int

func (*S) SendA

func (s *S) SendA(ctx context.Context, label string, v int)

func (*S) SendB

func (s *S) SendB(ctx context.Context, label string, v int)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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