Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ParseEndpoint ¶
ParseEndpoint parses endpoint to a URL
func ReversibleDecrypt ¶
ReversibleDecrypt decrypts the str with base64
func ReversibleEncrypt ¶
ReversibleEncrypt encrypts the str with base64
Types ¶
type MailConfig ¶
type MailConfig struct { Identity string Host string Port string Username string Password string TLS bool }
MailConfig holds information about Email configurations
type Repository ¶
type Repository struct {
Name string
}
Repository holds information about repository
func (*Repository) GetProject ¶
func (r *Repository) GetProject() string
GetProject parses the repository and return the name of project.
Click to show internal directories.
Click to hide internal directories.