Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BaAdvancedSettings ¶
type BaAdvancedSettings struct {
FileHashesToBeBlocked []string `json:"fileHashesToBeBlocked,omitempty"`
}
func Update ¶ added in v2.61.0
func Update(service *services.Service, hashes BaAdvancedSettings) (*BaAdvancedSettings, error)
type FileHashCount ¶
type FileHashCount struct { BlockedFileHashesCount int `json:"blockedFileHashesCount,omitempty"` RemainingFileHashes int `json:"remainingFileHashes,omitempty"` }
func GetFileHashCount ¶ added in v2.61.0
func GetFileHashCount(service *services.Service) (*FileHashCount, error)
Click to show internal directories.
Click to hide internal directories.