a
a
> they can attach custom routes to the admin endpoint by implementing a module in the admin.api. namespace. implementing a custom hook for plugins to notify their readiness in the...
Filestore uses os.WriteFile ``` // WriteFile writes data to the named file, creating it if necessary. // If the file does not exist, WriteFile creates it with permissions perm (before...
https://github.com/containerd/containerd/blob/main/pkg%2Fatomicfile%2Ffile.go maybe can do what containerd does
> > by contract, do calls to load need to be protected by the storage lock? > > No; this synchronization should be handled primitively, natively/internally, within the storage mechanism....
> Do you have any thoughts on the query cache side of it? im not him but i do. i dont think a cache here is as good as you...
> Instead of this, I was thinking we could add support for dynamic identifiers. The queries would look something like this > > ```sql > -- name: GetAuthor :one >...
I wanted to also handle arbitrary parameters. maybe I should just use the underlying multipart reader then. I mostly wanted to not do the work with all the buffering, but...
yep! I plan to combine this with the s3 storage I am also currently working on the ability to use s3 storage with the sync backend. my use case is...
see: https://pkg.go.dev/github.com/mailgun/multibuf?utm_source=godoc#WriterOnce