Flamenco/pkg/shaman/fileserver
Sybren A. Stüvel 3905135465 Tests: replace assert.Nil(t, err) with assert.NoError(t, err)
This is a better way to check errors, both semantically (no usually nil is
bad, but nil error is good, so this avoids a mental negation) and for
the reporting by the assert package.
2022-03-26 14:05:53 +01:00
..
checkfile.go Manager: more work on porting Shaman code to Flamenco 3 2022-03-25 14:10:26 +01:00
fileserver.go Manager: More work on Shaman support 2022-03-25 14:10:26 +01:00
receivefile_test.go Tests: replace assert.Nil(t, err) with assert.NoError(t, err) 2022-03-26 14:05:53 +01:00
receivefile.go Streamlining Shaman protocol further, plus rough implementation for addon 2022-03-25 14:10:26 +01:00
receivelistener.go Manager: more work on Shaman integration 2022-03-25 14:10:26 +01:00