models

package
v0.0.0-...-446b837 Latest Latest
Warning

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

Go to latest
Published: Jan 28, 2021 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AcceptChallengeRequest

type AcceptChallengeRequest struct {
	Name string `json:"name"`
}

type Challenge

type Challenge struct {
	Name        string `json:"name"`
	Description string `json:"description"`
	FullName    string `json:"full_name"`
	Accepted    bool   `json:"accepted"`
}

type HeartbeatResponse

type HeartbeatResponse struct {
	Message string    `json:"message"`
	Time    time.Time `json:"time"`
}

Jump to

Keyboard shortcuts

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