package flextape.proto

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

service Flextape

flextape.proto:30

message Config

config.proto:10

Message used for server config file

message EvenOwnersPrioritizer

config.proto:25

Allocates licenses so that they are spread evenly across users. This means that users can jump ahead of the line, or be bumped after new requests.

Used in: LicenseConfig

(message has no fields)

message FIFOPrioritizer

config.proto:19

Default prioritizer. Licenses are allocated in the order they are requested.

Used in: LicenseConfig

(message has no fields)

message Invocation

flextape.proto:186

Used in: AllocateRequest, LicenseStats, RefreshRequest

message License

flextape.proto:217

Used in: Invocation, LicenseConfig, LicenseStats

message LicenseAllocated

flextape.proto:106

Used in: AllocateResponse

message LicenseConfig

config.proto:27

Used in: Config

message LicenseStats

flextape.proto:151

Used in: LicensesStatusResponse

message Queued

flextape.proto:83

Used in: AllocateResponse

message ServerConfig

config.proto:41

General options for the entire instance

Used in: Config