Documentation
¶
Index ¶
- type Provider
- func (p *Provider) GetProjectName() string
- func (p *Provider) GetProjectPath() string
- func (p *Provider) GetProjectURL() string
- func (p *Provider) GetProviderID() string
- func (p *Provider) GetProviderURL() string
- func (p *Provider) GetURL() string
- func (p *Provider) GetUserName() string
- func (p *Provider) Is(url string) bool
- func (p *Provider) SetURL(url string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Provider ¶
type Provider struct {
URL string
// contains filtered or unexported fields
}
Provider detects GH url
func (*Provider) GetProjectName ¶
GetProjectName of the the current url.
func (*Provider) GetProjectPath ¶
GetProjectPath of the the current url.
func (*Provider) GetProjectURL ¶
GetProjectURL of the the current url.
func (*Provider) GetProviderID ¶
GetProviderID of the the current url.
func (*Provider) GetProviderURL ¶
GetProviderURL of the the current url.
func (*Provider) GetUserName ¶
GetUserName of the the current url.
Click to show internal directories.
Click to hide internal directories.