Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MobSFHTTPClient ¶
type MobSFHTTPClient interface { Upload(string) (string, error) Scan(string, string, string) error }
MobSFHTTPClient is the interface for all things that interface with mobsf
func NewMobSFHTTPClient ¶
func NewMobSFHTTPClient(logger *zap.SugaredLogger, config config.Provider) MobSFHTTPClient
NewMobSFHTTPClient creates a new MobSFHTTPClient based on configuration
Click to show internal directories.
Click to hide internal directories.