forked from go-debos/debos
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Introduce packages 'debos' and 'actions'
This change allows to import and use core modules from "debos" package and actions from "actions" package. Add prefix 'debos.' to all symbols imported from core "debos" package to satisfy syntax check. Package "actions" shouldn't keep any common function or structure: - function 'DownloadHttpUrl()' is moved from 'DownloadAction' to "debos" package. New file 'net.go' has been added to keep a common network functions in core part of debos. - move common functions for extracting files from 'UnpackAction' to 'debos' package. File 'archiver.go' has been added for common operations on archives. Signed-off-by: Denis Pynkin <[email protected]>
- Loading branch information
Showing
16 changed files
with
243 additions
and
212 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.