This commit is contained in:
crusader 2017-12-04 15:04:11 +09:00
parent bea6e13c19
commit 467b1e0e59
16 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,9 @@
package probe
type CrawlerService interface {
Install()
Uninstall()
Update()
Authenticate()
}