Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Gate ¶
type Gate struct {
// contains filtered or unexported fields
}
func NewGate ¶
func NewGate(repo runstate.Repository, signer *runstate.TokenSigner, out io.Writer, opts ...GateOption) *Gate
type GateOption ¶
type GateOption func(*Gate)
func WithTokenTTL ¶
func WithTokenTTL(ttl time.Duration) GateOption
Click to show internal directories.
Click to hide internal directories.