Documentation ¶
Overview ¶
Package bin contains code to extract data from a Service Weaver binary.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ReadAntipodeAgents ¶ added in v0.5.48
func ReadAntipodeAgents(file string) ([]codegen.ComponentAntipodeAgents, error)
ReadAntipodeAgents reads the sets of Antipode agents associated with each component in the specified binary.
func ReadComponentGraph ¶
ReadComponentGraph reads component graph information from the specified binary. It returns a slice of components and a component graph whose nodes are indices into that slice.
func ReadListeners ¶
func ReadListeners(file string) ([]codegen.ComponentListeners, error)
ReadListeners reads the sets of listeners associated with each component in the specified binary.
Types ¶
Click to show internal directories.
Click to hide internal directories.