View Source Bonfire.Geolocate.Geolocation (bonfire_umbrella v0.9.10-cooperation-beta.62)

Summary

Types

@type t() :: %Bonfire.Geolocate.Geolocation{
  __meta__: term(),
  activity: term(),
  actor: term(),
  alt: term(),
  caretaker: term(),
  character: term(),
  context: term(),
  context_id: term(),
  controlled: term(),
  created: term(),
  creator: term(),
  creator_id: term(),
  deleted_at: term(),
  disabled_at: term(),
  feed_publishes: term(),
  follower_count: term(),
  geom: term(),
  id: term(),
  is_disabled: term(),
  is_public: term(),
  lat: term(),
  long: term(),
  mappable_address: term(),
  name: term(),
  note: term(),
  peered: term(),
  profile: term(),
  published_at: term(),
  tagged: term(),
  tags: term(),
  updated_at: term()
}

Functions

Callback implementation for Bonfire.Common.SchemaModule.context_module/0.

Link to this function

create_changeset(creator, attrs, opts \\ [])

View Source

Callback implementation for Bonfire.Common.SchemaModule.query_module/0.

Link to this function

update_changeset(geolocation, attrs)

View Source