Versions in this module Expand all Collapse all v1 v1.0.0 Jan 4, 2024 Changes in this version + var DefaultRetrieveHandler = func(oss OSS, path string) (media.FileInterface, error) + var DefaultStoreHandler = func(oss OSS, path string, option *media.Option, reader io.Reader) error + var DefaultURLTemplateHandler = func(oss OSS, option *media.Option) (url string) + var Storage oss.StorageInterface = filesystem.New("public") + var URLTemplate = "/system/{{class}}/{{primary_key}}/{{column}}/{{filename_with_hash}}" + type ClosingReadSeeker struct + func (ClosingReadSeeker) Close() error + type OSS struct + func (o OSS) GetURLTemplate(option *media.Option) (url string) + func (o OSS) Retrieve(path string) (media.FileInterface, error) + func (o OSS) Store(path string, option *media.Option, reader io.Reader) error + func (o OSS) String() string + func (o OSS) URL(styles ...string) string Other modules containing this package github.com/qor5/admin/v3