azapim

package
v0.5.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 3, 2023 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ArmApimSvc

type ArmApimSvc interface {
	GetApimServiceInfo(serviceUrl string) (armmodel.ApimServiceInfo, error)
}

func NewArmApimSvc

func NewArmApimSvc(subscriptionID string, credential azcore.TokenCredential, options *arm.ClientOptions, opts ...ArmApimSvcOption) (ArmApimSvc, error)

type ArmApimSvcOption

type ArmApimSvcOption func(s *armApimSvc)

func WithApimServiceClient

func WithApimServiceClient(apimServiceClient apimservice.Client) ArmApimSvcOption

type SvcFactory

type SvcFactory interface {
	NewArmResourceSvc() (azresource.ArmResourceSvc, error)
	NewApimSvc() (ArmApimSvc, error)
	NewApimNamedValueSvc() apimnv.ApimNamedValueSvc
}

func NewSvcFactory

func NewSvcFactory(key []byte, httpClient azurecommon.HTTPClient) (SvcFactory, error)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL