Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Admitter ¶
type Admitter interface { // req will be modified with the allowed and maximum bandwidths if they were computed. // It can also return an error. AdmitRsv(ctx context.Context, req *segment.SetupReq) error }
Admitter specifies what an admission entity has to implement to govern the segment admission.
Click to show internal directories.
Click to hide internal directories.