package spa_handler import "embed" type HandlerOptions struct { Files embed.FS IndexPath string AdditionalMimeTypeMapping map[string]string }