mirror of
https://github.com/rclone/rclone.git
synced 2025-08-18 17:38:52 +02:00
vendor: update all dependencies
* Update all dependencies * Remove all `[[constraint]]` from Gopkg.toml * Add in the minimum number of `[[override]]` to build * Remove go get of github.com/inconshreveable/mousetrap as it is vendored * Update docs with new policy on constraints
This commit is contained in:
8
vendor/google.golang.org/api/safebrowsing/v4/safebrowsing-gen.go
generated
vendored
8
vendor/google.golang.org/api/safebrowsing/v4/safebrowsing-gen.go
generated
vendored
@@ -1,4 +1,4 @@
|
||||
// Package safebrowsing provides access to the Google Safe Browsing API.
|
||||
// Package safebrowsing provides access to the Safe Browsing API.
|
||||
//
|
||||
// See https://developers.google.com/safe-browsing/
|
||||
//
|
||||
@@ -609,6 +609,7 @@ type ListUpdateRequest struct {
|
||||
// "SUBRESOURCE_FILTER" - Patterns to be used for activating the
|
||||
// subresource filter. Interstitial
|
||||
// will not be shown for patterns from this list.
|
||||
// "SUSPICIOUS" - Entities that are suspected to present a threat.
|
||||
ThreatType string `json:"threatType,omitempty"`
|
||||
|
||||
// ForceSendFields is a list of field names (e.g. "Constraints") to
|
||||
@@ -727,6 +728,7 @@ type ListUpdateResponse struct {
|
||||
// "SUBRESOURCE_FILTER" - Patterns to be used for activating the
|
||||
// subresource filter. Interstitial
|
||||
// will not be shown for patterns from this list.
|
||||
// "SUSPICIOUS" - Entities that are suspected to present a threat.
|
||||
ThreatType string `json:"threatType,omitempty"`
|
||||
|
||||
// ForceSendFields is a list of field names (e.g. "Additions") to
|
||||
@@ -1095,6 +1097,7 @@ type ThreatHit struct {
|
||||
// "SUBRESOURCE_FILTER" - Patterns to be used for activating the
|
||||
// subresource filter. Interstitial
|
||||
// will not be shown for patterns from this list.
|
||||
// "SUSPICIOUS" - Entities that are suspected to present a threat.
|
||||
ThreatType string `json:"threatType,omitempty"`
|
||||
|
||||
// UserInfo: Details about the user that encountered the threat.
|
||||
@@ -1181,6 +1184,7 @@ type ThreatInfo struct {
|
||||
// "SUBRESOURCE_FILTER" - Patterns to be used for activating the
|
||||
// subresource filter. Interstitial
|
||||
// will not be shown for patterns from this list.
|
||||
// "SUSPICIOUS" - Entities that are suspected to present a threat.
|
||||
ThreatTypes []string `json:"threatTypes,omitempty"`
|
||||
|
||||
// ForceSendFields is a list of field names (e.g. "PlatformTypes") to
|
||||
@@ -1263,6 +1267,7 @@ type ThreatListDescriptor struct {
|
||||
// "SUBRESOURCE_FILTER" - Patterns to be used for activating the
|
||||
// subresource filter. Interstitial
|
||||
// will not be shown for patterns from this list.
|
||||
// "SUSPICIOUS" - Entities that are suspected to present a threat.
|
||||
ThreatType string `json:"threatType,omitempty"`
|
||||
|
||||
// ForceSendFields is a list of field names (e.g. "PlatformType") to
|
||||
@@ -1353,6 +1358,7 @@ type ThreatMatch struct {
|
||||
// "SUBRESOURCE_FILTER" - Patterns to be used for activating the
|
||||
// subresource filter. Interstitial
|
||||
// will not be shown for patterns from this list.
|
||||
// "SUSPICIOUS" - Entities that are suspected to present a threat.
|
||||
ThreatType string `json:"threatType,omitempty"`
|
||||
|
||||
// ForceSendFields is a list of field names (e.g. "CacheDuration") to
|
||||
|
Reference in New Issue
Block a user