Documentation ¶
Index ¶
Constants ¶
View Source
const ( SortDirDesc = "DESC" APIEventSortKeyTime = "time" APIInventorySortKeyName = "name" APITypeInternal = "INTERNAL" )
Variables ¶
View Source
var ErrNoAPITrafficFound = errors.New("apiclarity: no API traffic found")
Functions ¶
func New ¶
func New(cfg *ClientConfig) (*apiclarityclient.APIClarityAPIs, error)
func ReconstructSpec ¶
func ReconstructSpec(ctx context.Context, client *apiclarityclient.APIClarityAPIs, apiName string) (models.SpecDoc, error)
Types ¶
type ClientConfig ¶
type ClientConfig struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.