package
Version:
v1.11.32
Opens a new window with list of versions in this module.
Published: Dec 26, 2024
License: BSD-3-Clause
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
¶
func NewDevApi(token string) *developerApi
type TagInfo struct {
Name string `json:"name"`
Message string `json:"message"`
Commit struct {
Sha string `json:"sha"`
Date time.Time `json:"date"`
} `json:"commit"`
Tagger struct {
Name string `json:"name"`
Email string `json:"email"`
Date time.Time `json:"date"`
} `json:"tagger"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.