You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: main.go
+25-3
Original file line number
Diff line number
Diff line change
@@ -59,9 +59,10 @@ var recommendedOrganizations []string = []string{
59
59
60
60
// request is the type of the request data.
61
61
typerequeststruct {
62
-
Typestring`json:"type"`// Request type.
63
-
Submissions []submissionType`json:"submissions"`// Data for submitted libraries.
64
-
IndexEntrystring`json:"indexEntry"`// Entry that will be made to the Library Manager index source file when the submission is accepted.
62
+
Typestring`json:"type"`// Request type.
63
+
Submissions []submissionType`json:"submissions"`// Data for submitted libraries.
64
+
IndexEntrystring`json:"indexEntry"`// Entry that will be made to the Library Manager index source file when the submission is accepted.
65
+
IndexerLogsURLsstring`json:"indexerLogsURLs"`// List of URLs where the logs from the Library Manager indexer for each submission are available for view.
65
66
}
66
67
67
68
// submissionType is the type of the data for each individual library submitted in the request.
0 commit comments