Skip to main content

CLIENT_PROPS

Constant CLIENT_PROPS 

Source
pub const CLIENT_PROPS: &[(u64, &[u64])];
Expand description

Per-client required/optional prop indices. State layer uses this to mechanically build call arguments from manifest records.

Layout per entry: (client, &[props])

  • InMemory : key
  • KVS : key, ttl
  • Env : map
  • Db : connection, table, map, where
  • HTTP : url, headers, map
  • File : key, map
  • State : key