mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
support configuration-based relative dirs (host and agent) for iofs (#1213)
* support configuration-based relative dirs (host and agent) for iofs mounts * Send UDS requests as POST to <UDS>/call
This commit is contained in:
@@ -73,7 +73,8 @@ func (c *poolTask) TmpFsSize() uint64 { return 0
|
||||
func (c *poolTask) Extensions() map[string]string { return nil }
|
||||
func (c *poolTask) LoggerConfig() drivers.LoggerConfig { return drivers.LoggerConfig{} }
|
||||
func (c *poolTask) WriteStat(ctx context.Context, stat drivers.Stat) {}
|
||||
func (c *poolTask) UDSPath() string { return "" }
|
||||
func (c *poolTask) UDSAgentPath() string { return "" }
|
||||
func (c *poolTask) UDSDockerPath() string { return "" }
|
||||
|
||||
type dockerPoolItem struct {
|
||||
id string
|
||||
|
||||
Reference in New Issue
Block a user