Documentation
¶
Overview ¶
Package coderutil providers utilities for high-level operations on coder-sdk entities.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DialEnvWsep ¶
func DialEnvWsep(ctx context.Context, client *coder.Client, env *coder.Environment) (*websocket.Conn, error)
DialEnvWsep dials the executor endpoint using the https://github.com/cdr/wsep message protocol. The proper resource pool access URL is used.
Types ¶
type EnvWithPool ¶
type EnvWithPool struct { Env coder.Environment Pool coder.ResourcePool }
EnvWithPool composes an Environment entity with its associated ResourcePool.
func EnvsWithPool ¶
func EnvsWithPool(ctx context.Context, client *coder.Client, envs []coder.Environment) ([]EnvWithPool, error)
EnvsWithPool performs the composition of each Environment with its associated ResourcePool.
Click to show internal directories.
Click to hide internal directories.