Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/crtsh/crl_monitor
/ functions
Functions
19 in github.com/crtsh/crl_monitor
⨍
Functions
19
◇
Types & classes
4
↓ 12 callers
Method
checkErr
(err error)
crl_monitor.go:161
↓ 7 callers
Function
checkErr
(err error)
processor_main.go:47
↓ 2 callers
Method
Begin
Work.Begin Do any DB stuff that needs to happen before a batch of work.
crl_monitor.go:112
↓ 2 callers
Method
Parse
WorkItem.Parse() Parse one SELECTed row to configure one work item.
crl_monitor.go:157
↓ 2 callers
Method
UpdateStatement
Work.UpdateStatement() Prepare the UPDATE statement to be run when a CRL has not changed.
crl_monitor.go:328
↓ 2 callers
Function
recoverErr
(context string)
processor_main.go:53
↓ 1 callers
Method
DefineCustomFlags
tomlConfig.DefineCustomFlags() and tomlConfig.PrintCustomFlags() Specify command-line flags that are specific to this processor.
crl_monitor.go:82
↓ 1 callers
Method
End
Work.End Do any DB stuff that needs to happen after a batch of work.
crl_monitor.go:117
↓ 1 callers
Method
Exit
Work.Exit One-time program exit code.
crl_monitor.go:122
↓ 1 callers
Method
Init
(c *config)
crl_monitor.go:89
↓ 1 callers
Method
Perform
WorkItem.Perform() Do the work for one item.
crl_monitor.go:171
↓ 1 callers
Method
PrintCustomFlags
()
crl_monitor.go:85
↓ 1 callers
Method
SelectQuery
Work.Prepare() Prepare the driving SELECT query.
crl_monitor.go:129
↓ 1 callers
Method
Update
WorkItem.Update() Update the DB with the results of the work for this item.
crl_monitor.go:341
↓ 1 callers
Function
doBatchOfWork
(db *sql.DB, w *Work, batch_size int, concurrent_items int)
processor_main.go:73
↓ 1 callers
Function
doUpdateWorkItem
(wi *WorkItem, update_statement *sql.Stmt)
processor_main.go:59
Method
UnmarshalText
(text []byte)
processor_main.go:41
Function
checkRedirectURL
(req *http.Request, via []*http.Request)
crl_monitor.go:74
Function
main
()
processor_main.go:120