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"`
}
type FileHashCount ¶
type Service ¶
func (*Service) Get ¶
func (service *Service) Get() (*BaAdvancedSettings, error)
func (*Service) GetFileHashCount ¶
func (service *Service) GetFileHashCount() (*FileHashCount, error)
func (*Service) Update ¶
func (service *Service) Update(hashes BaAdvancedSettings) (*BaAdvancedSettings, error)
Click to show internal directories.
Click to hide internal directories.