Documentation
¶
Index ¶
Constants ¶
View Source
const ( SUCCESS_SUFFIX = config.HISTORY_TAG + "__y" FAILURE_SUFFIX = config.HISTORY_TAG + "__n" SUCCESS_FILE = config.HISTORY_DIR + "/" + SUCCESS_SUFFIX FAILURE_FILE = config.HISTORY_DIR + "/" + FAILURE_SUFFIX )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Failure ¶
func (*Failure) DeleteFailure ¶
type Historier ¶
type Historier interface { ReadSuccess(provider string, inherit bool) UpsertSuccess(string) bool HasSuccess(string) bool DeleteSuccess(string) FlushSuccess(provider string) ReadFailure(provider string, inherit bool) PullFailure() map[string]*request.Request UpsertFailure(*request.Request) bool DeleteFailure(*request.Request) FlushFailure(provider string) Empty() }
type History ¶
func (*History) FlushFailure ¶
func (*History) FlushSuccess ¶
func (*History) ReadFailure ¶
func (*History) ReadSuccess ¶
type Success ¶
func (*Success) DeleteSuccess ¶
func (*Success) HasSuccess ¶
func (*Success) UpsertSuccess ¶
Click to show internal directories.
Click to hide internal directories.