View Source espace_observer (espace v0.9.0)

observer_cli plugin for espace.

Summary

Functions

The callback for the attributes section.

Load the default observer_cli plugin env data.

Load the supplied observer_cli plugin env data.

The callback to return all the counts for all instances.
The callback to return the column headings

Functions

attributes(Prev_state)

-spec attributes(term()) -> {[any()], term()}.

The callback for the attributes section.

Presently this will return an empty list.

load_config()

-spec load_config() -> ok.

Load the default observer_cli plugin env data.

See load_config/1 for details.

load_config(Config)

-spec load_config(term()) -> ok.

Load the supplied observer_cli plugin env data.

This is only needed in order to allow a remote observer_cli to access the espace plugin.

sheet_body(Prev_state)

-spec sheet_body(term()) -> {[list()], term()}.
The callback to return all the counts for all instances.

sheet_header()

-spec sheet_header() -> [#{title => string(), width => pos_integer(), shortcut => string()}].
The callback to return the column headings