mirror of
https://github.com/mattermost/mattermost.git
synced 2026-02-03 20:40:00 -05:00
7 lines
220 B
Go
7 lines
220 B
Go
// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved.
|
|
// See LICENSE.txt for license information.
|
|
|
|
package missing
|
|
|
|
// SomeType is a fake interface for testing the plugin comment checker.
|
|
type SomeType any
|