Added project files
This commit is contained in:
parent
84547f6dcb
commit
94a5aff260
23 changed files with 1042 additions and 1 deletions
8
core/interface.go
Normal file
8
core/interface.go
Normal file
|
@ -0,0 +1,8 @@
|
|||
package core
|
||||
|
||||
type UserInterface interface {
|
||||
DownloadProgress(progress float32, rate float64, delaying bool, waiting bool, retries int, title string)
|
||||
InfoMessage(msg string)
|
||||
ErrorMessage(err error)
|
||||
Aborted()
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue