Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ElasticHandler ¶
type ElasticHandler struct {
RemoteURI string
Username string
Password string
NoDuplicates bool
UseZincAwsS3 bool
}
func NewElasticHandler ¶
func NewElasticHandler(uri string, username string, password string, noDuplicates bool) *ElasticHandler
func (ElasticHandler) Callback ¶
func (e ElasticHandler) Callback(commits []commit.CommitEvent)
func (*ElasticHandler) DoPost ¶
func (e *ElasticHandler) DoPost(path string, data string)
func (*ElasticHandler) Import ¶
func (e *ElasticHandler) Import(commit commit.CommitEvent)
func (*ElasticHandler) ImportBulk ¶
func (e *ElasticHandler) ImportBulk(commits []commit.CommitEvent)
func (*ElasticHandler) Setup ¶
func (e *ElasticHandler) Setup()
Click to show internal directories.
Click to hide internal directories.