datasource

package
v0.1.4 Latest Latest
Warning

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

Go to latest
Published: Apr 9, 2024 License: GPL-3.0 Imports: 6 Imported by: 0

Documentation

Overview

Copyright © 2024 Koen van Zuijlen <8818390+kvanzuijlen@users.noreply.github.com>

Copyright © 2024 Koen van Zuijlen <8818390+kvanzuijlen@users.noreply.github.com>

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Datasource

type Datasource struct {
}

type Docker

type Docker struct {
	Datasource
}

func (*Docker) Latest

func (docker *Docker) Latest(repositoryName string) (tags []string, err error)

type IDatasource

type IDatasource interface {
	Latest(dependencyName string) (tags []string, err error)
}

func Get

func Get(datasource string) (IDatasource, error)

Jump to

Keyboard shortcuts

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