usage

package
v0.0.0-...-878eceb Latest Latest
Warning

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

Go to latest
Published: Dec 2, 2015 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Overview

Package usage provides a tool for dynamically determining which AWS services use which AWS protocols.

It supports tests of the detect package, ensuring that the protocol map stays up to date

It is not run during normal use of awsfaker because building up the requisite reverse import path takes several seconds to complete.

Index

Constants

View Source
const ProtocolPackage = "github.com/aws/aws-sdk-go/private/protocol"
View Source
const ServicePackage = "github.com/aws/aws-sdk-go/service"

Variables

This section is empty.

Functions

This section is empty.

Types

type ProtocolUsage

type ProtocolUsage map[string][]string

func GetShortUsage

func GetShortUsage(reverseImports importgraph.Graph) ProtocolUsage

Return the ProtocolUsage, expressed in short package names, given a reverse import graph

To get the reverse import path, run:

_, reverseImports, _ := importgraph.Build(&build.Default)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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