erlang_elixir

package
v1.3.0 Latest Latest
Warning

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

Go to latest
Published: Apr 7, 2024 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

View Source
const HEX_REGISTRY_API = "https://hex.pm/api/packages/%s"

Variables

This section is empty.

Functions

This section is empty.

Types

type Hex

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

type HexRegistryResponse

type HexRegistryResponse struct {
	Meta struct {
		Links struct {
			GitHub string `json:"GitHub"`
		} `json:"links"`
	} `json:"meta"`
}

type MixDoctor

type MixDoctor struct {
	HTTPClient http.Client
}

func NewMixDoctor

func NewMixDoctor() *MixDoctor

func (*MixDoctor) Parse added in v1.2.0

func (*MixDoctor) SourceCodeURL

func (d *MixDoctor) SourceCodeURL(lib types.Library) (string, error)

Jump to

Keyboard shortcuts

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