package controller
import "go.dedis.ch/dela/core/ordering/cosipbft/controller"
Package controller implements a minimal controller for cosipbft.
Documentation Last Review: 13.10.2020
Index ¶
Functions ¶
func NewController ¶
func NewController() node.Initializer
NewController creates a new minimal controller for cosipbft.
Types ¶
type Service ¶
type Service interface { ordering.Service GetRoster() (authority.Authority, error) Setup(ctx context.Context, ca crypto.CollectiveAuthority) error }
Service is the expected interface of the ordering service that is extended with some additional functions.
Source Files ¶
action.go controller.go
- Version
- v0.1.0 (latest)
- Published
- Apr 10, 2024
- Platform
- linux/amd64
- Imports
- 36 packages
- Last checked
- 1 month ago –
Tools for package owners.