rebasing
This commit is contained in:
9
runner/result.go
Normal file
9
runner/result.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package runner
|
||||
|
||||
type Result struct {
|
||||
Name string
|
||||
Site string
|
||||
Followers int
|
||||
Engagement int
|
||||
Posts int
|
||||
}
|
||||
Reference in New Issue
Block a user