Documentation
¶
Index ¶
- func PrintActor(actor *ateapipb.Actor, format string) error
- func PrintActors(actors []*ateapipb.Actor, format string) error
- func PrintActorsTo(out io.Writer, actors []*ateapipb.Actor, format string) error
- func PrintWorkers(workers []*ateapipb.Worker, format string) error
- func PrintWorkersTo(out io.Writer, workers []*ateapipb.Worker, format string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PrintActor ¶
PrintActor prints a single actor in the requested format.
func PrintActors ¶
PrintActors prints a slice of actors to stdout in the requested format.
func PrintActorsTo ¶
PrintActorsTo prints a slice of actors to the provided writer.
func PrintWorkers ¶
PrintWorkers prints a slice of workers to stdout in the requested format.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.