Documentation
¶
Overview ¶
Copyright The OpenTelemetry Authors SPDX-License-Identifier: Apache-2.0
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ApiAvailability ¶
type ApiAvailability int
ApiAvailability holds the auto-detected API availability state.
const ( // ApiNotAvailable represents the API is not available. ApiNotAvailable ApiAvailability = iota // ApiAvailable represents the API is available. ApiAvailable )
func (ApiAvailability) String ¶
func (p ApiAvailability) String() string
Click to show internal directories.
Click to hide internal directories.