Skip to content

Commit

Permalink
Version 0.1.0! ✌️
Browse files Browse the repository at this point in the history
  • Loading branch information
Angel M de Miguel committed Oct 27, 2015
1 parent f0fabcc commit 2d9f9b6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@ Call methods defined in `DruidConfig::Cluster` to access to the data. To get mor

Some methods return an instance of an `Entity` class. These entities provide multiple methods to access data. Defined entities are inside `druid_config/entities` folder.

* [DataSource]()
* [Node]()
* [Segment]()
* [Tier]()
* [Worker]()
* [DataSource](https://github.com/redBorder/druid_config/blob/master/lib/druid_config/entities/data_source.rb)
* [Segment](https://github.com/redBorder/druid_config/blob/master/lib/druid_config/entities/segment.rb)
* [Tier](https://github.com/redBorder/druid_config/blob/master/lib/druid_config/entities/tier.rb)
* [Node](https://github.com/redBorder/druid_config/blob/master/lib/druid_config/entities/node.rb)
* [Worker](https://github.com/redBorder/druid_config/blob/master/lib/druid_config/entities/worker.rb)

## Exceptions

Expand Down

0 comments on commit 2d9f9b6

Please sign in to comment.