applications

package
v1.2.0 Latest Latest
Warning

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

Go to latest
Published: Aug 5, 2020 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Application

type Application struct {
	Id   int    `json:"id"`
	Name string `json:"name"`
}

type ApplicationList

type ApplicationList struct {
	Applications []Application `json:"applications"`
}

type Repository

type Repository struct {
	// contains filtered or unexported fields
}

func NewRepository

func NewRepository(client internal.NewrelicClient) *Repository

func (Repository) GetApplicationByName

func (repository Repository) GetApplicationByName(name string) (*Application, error)

Jump to

Keyboard shortcuts

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