The highest tagged major version is
v2.
package
Version:
v1.11.0
Opens a new window with list of versions in this module.
Published: Apr 21, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
ParseOwnerAndRepo extracts the owner and repo info from the given link,
the link must have to following format: http(s)://example.com/owner/repo
type RepositoryCommit struct {
SHA string `json:"sha"`
Message string `json:"message"`
}
type TreeNode struct {
Name string `json:"name"`
Size int `json:"size"`
IsDir bool `json:"is_dir"`
FullPath string `json:"full_path"`
}
func ToTreeNode(obj interface{}) *TreeNode
Source Files
¶
Click to show internal directories.
Click to hide internal directories.