Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ContextProvider ¶ added in v1.27.1
type ContextProvider struct {
// contains filtered or unexported fields
}
func NewContextProvider ¶ added in v1.27.1
func NewContextProvider() (*ContextProvider, error)
func (*ContextProvider) Close ¶ added in v1.27.1
func (p *ContextProvider) Close() error
func (*ContextProvider) GetContext ¶ added in v1.27.1
func (p *ContextProvider) GetContext(contextPath string) (string, error)
Click to show internal directories.
Click to hide internal directories.