mattermost/server/platform/services/imageproxy/error.go

8 lines
162 B
Go

// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved.
// See LICENSE.txt for license information.
package imageproxy
type Error struct {
error
}