2
0
mirror of https://github.com/status-im/status-go.git synced 2025-02-25 13:16:15 +00:00
status-go/server/server_media_interface.go

7 lines
186 B
Go
Raw Normal View History

package server
type MediaServerInterface interface {
MakeCommunityDescriptionTokenImageURL(communityID, symbol string) string
MakeCommunityImageURL(communityID, name string) string
}