wip: convert prototype
This commit is contained in:
committed by
=Michael Hohn
parent
5b324e092a
commit
f1dd151891
@@ -1,4 +1,4 @@
|
||||
package types
|
||||
package mct
|
||||
|
||||
type DownloadResponse struct {
|
||||
Repository DownloadRepo `json:"repository"`
|
||||
@@ -210,3 +210,10 @@ type StatusResponse struct {
|
||||
ScannedRepositories []ScannedRepo `json:"scanned_repositories"`
|
||||
SkippedRepositories SkippedRepositories `json:"skipped_repositories"`
|
||||
}
|
||||
|
||||
type SubmitMsg struct {
|
||||
ActionRepoRef string `json:"action_repo_ref"`
|
||||
Language string `json:"language"`
|
||||
QueryPack string `json:"query_pack"`
|
||||
Repositories []string `json:"repositories"`
|
||||
}
|
||||
Reference in New Issue
Block a user