Documentation ¶
Index ¶
- func Execute()
- func GetFiles(args GetFilesArgs) *getFilesOutput
- func GetModifiedFilesRegexpMatches(args GetModifiedFilesRegexpMatchesArgs) *getModifiedFilesRegexpMatchesOutput
- func SquashPush(args nichegit.SquashPushArgs) nichegit.SquashPushOutput
- type GetFilesArgs
- type GetModifiedFilesPattern
- type GetModifiedFilesRegexpMatchesArgs
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Execute ¶
func Execute()
Execute adds all child commands to the root command and sets flags appropriately. This is called by main.main(). It only needs to happen once to the rootCmd.
func GetFiles ¶
func GetFiles(args GetFilesArgs) *getFilesOutput
func GetModifiedFilesRegexpMatches ¶
func GetModifiedFilesRegexpMatches(args GetModifiedFilesRegexpMatchesArgs) *getModifiedFilesRegexpMatchesOutput
func SquashPush ¶
func SquashPush(args nichegit.SquashPushArgs) nichegit.SquashPushOutput
Types ¶
type GetFilesArgs ¶
type GetModifiedFilesPattern ¶
type GetModifiedFilesRegexpMatchesArgs ¶
type GetModifiedFilesRegexpMatchesArgs struct { RepoURL string `json:"repoURL"` CommitHash1 string `json:"commitHash1"` CommitHash2 string `json:"commitHash2"` Patterns map[string]GetModifiedFilesPattern `json:"patterns"` }
Source Files ¶
Click to show internal directories.
Click to hide internal directories.