seqdiag

package
v0.0.0-...-f39a356 Latest Latest
Warning

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

Go to latest
Published: Nov 8, 2022 License: GPL-2.0, GPL-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 Arrow

type Arrow struct {
	From  *Service
	To    *Service
	Label string
	Color string
	Type  string
}

type Doc

type Doc struct {
	Label string
	Flows []*Flow
	// contains filtered or unexported fields
}

func NewDoc

func NewDoc(l string) *Doc

func (*Doc) Generate

func (self *Doc) Generate(b io.Writer)

func (*Doc) NewService

func (self *Doc) NewService(l string) *Service

type Flow

type Flow struct {
	Color string
	// contains filtered or unexported fields
}

func (*Flow) Add

func (self *Flow) Add(t *Service, l string) *Flow

func (*Flow) AddNote

func (self *Flow) AddNote(note string) *Flow

type Service

type Service struct {
	Doc   *Doc
	Label string
}

func (*Service) Add

func (s *Service) Add(t *Service, l string) *Flow

Jump to

Keyboard shortcuts

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