package roles
import "github.com/mesos/mesos-go/api/v1/lib/roles"
Index ¶
- func IsStrictSubroleOf(left, right string) bool
- func Parse(s string) (string, error)
- func Validate(roles ...string) error
- type Role
Functions ¶
func IsStrictSubroleOf ¶
IsStrictSubroleOf returns true if left is a strict subrole of right.
func Parse ¶
func Validate ¶
Types ¶
type Role ¶
type Role string
Role is a deprecated type.
func (Role) Assign ¶
func (r Role) Assign() func(interface{})
func (Role) IsDefault ¶
func (Role) Proto ¶
Source Files ¶
- Version
- v0.0.11 (latest)
- Published
- May 15, 2020
- Platform
- linux/amd64
- Imports
- 3 packages
- Last checked
- 3 hours ago –
Tools for package owners.