status-params ( report arg message -- assoc )


Vocabulary
mason.notify

Inputs
reportan object
argan object
messagean object


Outputs
assocan object


Definition


: status-params ( report arg message -- assoc )
[
short-host-name "host-name" ,,
target-cpu get "target-cpu" ,,
target-os get "target-os" ,,
status-secret get "secret" ,,
[ "report" ,, ] [ "arg" ,, ] [ "message" ,, ] tri*
] H{ } make ;