Documentation
¶
Overview ¶
Package zenodo publishes a software citation to Zenodo.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct {
DOI string // Concept DOI to publish under
Repo cite.Repository // repository to cite
Tag string // release tag, eg: "v0.1.0"
// contains filtered or unexported fields
}
type Option ¶
Option configures a Zenodo citation and deposition process.
func WithForgejo ¶
WithForgejo specifies the Forgejo endpoint to use.
func WithZenodo ¶
WithZenodo specifies the Zenodo endpoint to use.
func WithZenodoAuth ¶
WithZenodoAuth specifies an authentication token for the Zenodo client.
Click to show internal directories.
Click to hide internal directories.