MavuBuckets.BucketGenServer (MavuBuckets v1.1.1) View Source

Link to this section Summary

Link to this section Functions

Returns a specification to start this module under a supervisor.

See Supervisor.

Link to this function

fetch_data_from_db(bkid, conf \\ [])

View Source
Link to this function

get(struct, key, default \\ nil)

View Source
Link to this function

get_data(bkid, conf \\ [])

View Source
Link to this function

get_value(bkid, key, default \\ nil, conf \\ [])

View Source

fetch data from db:

Link to this function

save_data_to_db(state, conf)

View Source
Link to this function

set_data(bkid, data, conf \\ [])

View Source
Link to this function

set_value(bkid, key, value, conf \\ [])

View Source
Link to this function

update_value(bkid, key, callback, conf \\ [])

View Source