interfacevoting

package
v0.3.1 Latest Latest
Warning

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

Go to latest
Published: Jul 28, 2022 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ITypedVoting added in v0.2.0

type ITypedVoting interface {
	NewVotingForm(ngs []string) IVotingForm
	Type() string
	Vote(data vutil.VoteInt) error
	GetMyVote() (*vutil.VoteInt, error)
	GetResult() (*vutil.VoteResult, int, int, error)
	// contains filtered or unexported methods
}

type IVoting

type IVoting interface {
	ITypedVoting
	Address() string
}

type IVotingForm

type IVotingForm interface {
	fyne.CanvasObject
	VoteInt() vutil.VoteInt
}

Jump to

Keyboard shortcuts

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