Module espace_observer

observer_cli plugin for espace.

Copyright © 2021, Fred Youhanaie

Authors: Fred Youhanaie (fyrlang@anydata.co.uk).

Description

observer_cli plugin for espace.

Function Index

attributes/1The callback for the attributes section.
load_config/0Load the default observer_cli plugin env data.
load_config/1Load the supplied observer_cli plugin env data.
sheet_body/1The callback to return all the counts for all instances.
sheet_header/0The callback to return the column headings.

Function Details

attributes/1

attributes(Prev_state::term()) -> {[any()], term()}

The callback for the attributes section.

Presently this will return an empty list.

load_config/0

load_config() -> ok

Load the default observer_cli plugin env data.

See load_config/1 for details.

load_config/1

load_config(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/1

sheet_body(Prev_state::term()) -> {[list()], term()}

The callback to return all the counts for all instances.

sheet_header/0

sheet_header() -> [#{title => string(), width => pos_integer(), shortcut => string()}]

The callback to return the column headings


Generated by EDoc