package
Version:
v0.0.0-...-1384d0f
Opens a new window with list of versions in this module.
Published: Mar 14, 2022
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func Map[K any, U any](input []K, mappingFn func(K) U) []U
type ApiProfile struct {
Adapter string `json:"adapter"`
Token string `json:"token"`
Host string `json:"host,omitempty"`
DefaultScope string `json:"defaultScope,omitempty"`
}
type Profile struct {
Name string `json:"name"`
CommitName string `json:"commitName"`
Email string `json:"email"`
Api ApiProfile `json:"api"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.