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 (15 lines) | stat: -rw-r--r-- 720 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Package api presents two independently developed and maintained Mesos API implementations.
// Clients should not consume this package directly.
//
// v0
//
// The "v0" subpackage has been tested for compatibility with the Mesos v0.2x release series and
// utilizes the "unversioned" or "v0" libprocess-based API presented by Mesos. Support for the v0
// API is on life-support and only critical bug fixes may be addressed. All current and future
// development effort focuses on the v1 Mesos API.
//
// v1
//
// The "v1" subpackage is compatible with the Mesos v1.x release series and utilizes the v1 HTTP
// API presented by Mesos. This is the recommended library to use for Mesos framework development.
package api