File: doc.go

package info (click to toggle)
golang-github-mesos-mesos-go 0.0.6%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 11,724 kB
  • sloc: makefile: 163
file content (14 lines) | stat: -rw-r--r-- 547 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Package v1 contains library and example subpackages for working with the Mesos v1 HTTP API.
// Clients should not consume this package directly.
//
// Library
//
// The v1 API is accessible via the "lib" subpackage. Consumers should import
// "github.com/mesos/mesos-go/api/v1/lib" and refer to its funcs and types via the "mesos" package,
// for example `mesos.Resource`.
//
// Examples
//
// See subpackage "cmd" for sample frameworks.
// See directory "docker" for an illustration of framework deployment via Docker and Marathon.
package v1